Skip to content

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.

Notifications You must be signed in to change notification settings

StarSparkleNova/Random-Number-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published