Create a game server to host a web-based game: “Guess the object!” Players will browse to your server’s IP in chrome and the web page will show them a random picture. The C# server will randomly choose a picture out of possible 10 different pictures and then will give the player 9 chances to guess what it is. User will enter its guess in a text box. For every trial, the server will tell you if your guess was right or not. If a player guesses the object (say, ‘car’) in first attempt, s/he gets a max score of 100. For every wrong guess, his score reduces by 10.
When the game ends, it displays the ‘Hall of Fame’ – with player’s name on it if s/he makes it to top 10 scorers.