Number Game is a game where players solve a 4-digit secret number combination using clever deductions!
Preview of the game:
Number.Game.compressed.mp4
- make sure you have python3 and git installed
- clone this repository with
git clone https://github.com/farisfaikar/Number-Game
- change into the Number-Game directory and open a terminal emulator (e.g. CMD on Windows)
Do that with the following commands or if that doesn't work read the documentation
python3 -m venv venv
source venv/bin/activate
Use the package manager pip to install pygame. Make sure you are still in the Number-Game directory and run the following command.
pip3 install -r requirements.txt
Make sure you are still in the Number-Game directory and run the following command:
python3 src/main.py
- Digits can't be repeated in an attempt, they can be only used once (1123 isn't possible)
- Click the green '=' sign button after entering 4 numbers
- Use the hints provided after each attempt to guess the number!
Contributions, issues and feature requests are welcome. Please read the CONTRIBUTING.md file for guidelines and feel free to check issues page if you want to contribute.
👤 Faris Faikar
- Github: @farisfaikar
Please ⭐️ this repository if this project helped you!
Thank you so much for everyone who has contributed to this little project of mine! I didn't know it would get quite the attention from the community 😀
Copyright © 2021 farisfaikar.
MIT