An open API service indexing awesome lists of open source software.

https://github.com/logan-tolbert/magicnumber

This is a simple number guessing game console app implemented in C#.
https://github.com/logan-tolbert/magicnumber

command-line csharp game

Last synced: about 1 year ago
JSON representation

This is a simple number guessing game console app implemented in C#.

Awesome Lists containing this project

README

          

# Guess the Magic Number!
[roadmap.sh](https://roadmap.sh/projects/number-guessing-game)

This is a simple number guessing game implemented in C#.
The game generates a random "magic number" between 1 and 100,
and the player tries to guess the number within a limited number of attempts.