https://github.com/altontonn/number-guessing-game
This project implements a random number guessing game where the player has attempts to guess a number between 1 and 1000.
https://github.com/altontonn/number-guessing-game
bash-script git postgresql
Last synced: 3 months ago
JSON representation
This project implements a random number guessing game where the player has attempts to guess a number between 1 and 1000.
- Host: GitHub
- URL: https://github.com/altontonn/number-guessing-game
- Owner: altontonn
- License: mit
- Created: 2024-04-29T23:32:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T23:43:04.000Z (about 2 years ago)
- Last Synced: 2025-02-07T22:46:06.514Z (over 1 year ago)
- Topics: bash-script, git, postgresql
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# number-guessing-game
> This project implements a random number guessing game where the player has attempts to guess a number between 1 and 1000. After each guess, the player receives feedback on whether their guess was correct, too low, or too high. The game keeps track of the player's previous guesses and provides this information throughout the game.
## Getting Started
This repository includes file with plain SQL that can be used to recreate a database:
- Use [number_guess.sql](./number_guess.sql) to create all tables and populate them
## Author
👤 **Author**
- GitHub: [Newton Alumasa](https://github.com/altontonn)
- Twitter: [Newton Alumasa](https://twitter.com/AlumasaNewton)
- LinkedIn: [Newton Alumasa](https://www.linkedin.com/in/newton-alumasa/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/altontonn/number-guessing-game/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- FreeCodeCamp
## 📝 License
This project is [MIT](https://github.com/altontonn/number-guessing-game/blob/main/LICENSE) licensed.