No description
  • Python 49.2%
  • HTML 32.6%
  • CSS 14.1%
  • JavaScript 4.1%
Find a file
2023-06-13 11:51:29 +02:00
flaskr removed several useless files 2023-06-13 11:49:40 +02:00
.gitignore test 2023-06-12 19:31:26 +02:00
readme.md Added readme 2023-06-12 20:14:40 +02:00
scoreboard.db fixed a few bugs 2023-06-13 11:46:45 +02:00

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

  1. Flask
  2. flask_session
  3. random
  4. 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!