Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)