Skip to content

samuelkrupik/simon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMON GAME

Prerequisites

Installation

1. Clone the repo

git clone https://github.com/samuelkrupik/simon-game.git

2. Cd into the directory

cd simon-game

3. Make virtual environment

  • On Windows
py -m venv env
  • On Mac/Linux
python3 -m venv env

4. Activate virtual environment

  • On Windows
source env/bin/activate.bat
  • On Mac/Linux
.\env\Scripts\activate

5. Install dependencies

pip install -r requirements.txt

6. Run simon

  • On Windows
py main.py
  • On Mac/Linux
python3 main.py

About

Python simon game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages