- Python 49.2%
- HTML 32.6%
- CSS 14.1%
- JavaScript 4.1%
|
|
||
|---|---|---|
| flaskr | ||
| .gitignore | ||
| readme.md | ||
| scoreboard.db | ||
Guess Game
This is a simple game where you have to guess a number between 1 and 8. You have 10 tries to guess the correct number. The game will tell you how many numbers are in the right spot and how many are in the wrong spot
How to run
To play the game, you need to have Python installed on your computer. You can download Python from https://www.python.org/downloads/.
Then, you need to clone this repository or download the guessGame.py file. To clone the repository, run this command in your terminal:
git clone https://github.com/KejBeg/guessGame.git
Also you need all of the required packages found in requirments.txt
- Flask
- flask_session
- random
- waitress
To run the game, navigate to the folder where you saved the file and run this command:
python flaskr/run.py
The game/site will start and you can navigate to the URL (localhost:80 or 127.0.0.1:80)
Have fun and enjoy the game!