- Random number using random() library
- Guess number between 1 - 99, now you can specify the number limit
- Hint system to help the player
- Turn number for future multiplayer
Just run code from terminal or command prompt with python integration
python sample.py
For Windows machine you can also download precompiled binary without needing python installed
- Run code with command in How to Run section above
- Enter your first guess
- System will give you hint to help you guess the right number
- Keep guessing until your guess is correct
- Congratulation on your success and keep playing :)
- Combine multiplayer number range input
- Add guessing range
- Add turn number
- Add multiplayer - still initial state, but seems working properly - see bugs
- Add better hints system e.g. display last guess and comparing system
- Add GUI - undecided*
- ...
- Multiplayer mode player turn
- Multiplayer guessing
- ...