Skip to content

KejBeg/guessGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors