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#.
- Host: GitHub
- URL: https://github.com/logan-tolbert/magicnumber
- Owner: logan-tolbert
- Created: 2025-04-24T00:23:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T00:31:59.000Z (about 1 year ago)
- Last Synced: 2025-04-27T00:59:11.648Z (about 1 year ago)
- Topics: command-line, csharp, game
- Language: C#
- Homepage: https://roadmap.sh/projects/number-guessing-game
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.