StarSparkleNova / Random-Number-Game

An Object Oriented C# console program written in .net core version 2.2.0 - A random number is generated and the user has to guess the number. Hints will be given, and once guessed correctly the number of guesses will be displayed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RandomNumberGame

An Object Oriented C# console program written in .net core version 2.2.0

A random number is generated and the user has to guess the number. Hints will be given, and once guessed correctly the number of guesses will be displayed.

Possible improvements:

  • Add a "try again" option, allowing the user to play again without restarting the program
  • Turn program into a Windows Forms application
  • Port to Javascript / HTML / PHP to create a web application. This will enable acessability across multiple platforms.

About

An Object Oriented C# console program written in .net core version 2.2.0 - A random number is generated and the user has to guess the number. Hints will be given, and once guessed correctly the number of guesses will be displayed.


Languages

Language:HTML 57.0%Language:C# 25.2%Language:CSS 17.8%