Skip to content

A desktop application implemented for WinForms and using MongoDB server for saving game data.

Notifications You must be signed in to change notification settings

LinoyYarkoni/GuessTheSequenceForWinforms

Repository files navigation

Guess The Sequence For Winforms

A desktop app implemented for WinForms and using MongoDB server for saving game data.

Goal:

Your goal is to guess the computer sequence.

The program generates a series of 4 colors (out of 8 possible colors).

The player has 4 to 10 tries to guess the series.

For each right color in the wrong place, you will get a Yellow Button.

For each right color in the correct place, you will get a Black Button.

Instructions:

1. Choose the number of guesses you would like to play: from 4 to 10.

2. Press the buttons to choose 4 colors from the menu and follow the program feedback in order to guess correctly.

If you are unlucky, you can always play another game.

Note:

Please create a new connection to the MongoDB server using "mongodb://localhost:27017"

Choose number of turns:

image

Game:

image

If you press 'Yes' - a new game will start

If you press 'No' - a new form with the scoreboard will open

image

MongoDB view:

image

About

A desktop application implemented for WinForms and using MongoDB server for saving game data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages