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

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.

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.