/PrjConCsGames

This is a simpler game where the player have to guess a number.

Primary LanguageC#

Guess the Number

The Game

The main goal of this game is to guess a number between 1 and 10: image

Every guess, the user receive a hint and can see the previous guesses: image

When the user guess the right number, a message is displayed: image

The Project

The goals of this project are:

1 - Get used to the C# syntax;

2 - Trainning the control flow and loops;

3 - Try List<> and other features.