Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npatta01/code777
Window Phone 7 Code 777
https://github.com/npatta01/code777
Last synced: 14 days ago
JSON representation
Window Phone 7 Code 777
- Host: GitHub
- URL: https://github.com/npatta01/code777
- Owner: npatta01
- Created: 2012-01-09T08:11:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-24T03:41:08.000Z (about 11 years ago)
- Last Synced: 2024-12-07T07:04:28.303Z (18 days ago)
- Language: D
- Homepage:
- Size: 9.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Game Info: ##
Code 777 is a logic deduction game created by Robert Abbott and Alex Randolph.
The games is played from 2-4 players. Each player is given a rack with 3 cards (a card has a color and a number). The player's own cards are not visible to them but to their opponent. Each turn, a player takes a question from the deck. A question might be like (on how many racks are there green cards?).
## Prerequisites for running project ##
- Visual Studio 2010 and above
- Windows phone 7.5 and above
- [Mvvm toolkit](http://mvvmlight.codeplex.com/)## Screenshots ##
**Start Screen**When app is opened. Press New game to start
![](images/start_screen.png)
**Main Screen**
After New Game, this screen shows the players, their cards.
When a question is answered, it show on the bottom. The page also has white buttons on the bottom corresponding to other screens![](images/main_screen.png)
**Answering Question Page**
Page to answer questions![](images/answering.png)
**Questions Answered Page**
List of questions answered
![](images/questions.png)**Guess Cards Page**
Page where you can guess card. If you have three cards with state yes, then if you press the guess button, the program will check your guess
![](images/guess.png)**Notes Page**
Button to create and delete Note. Click the create note, will take you to a page to select note.
![](images/notes.png)