Skip to content

LucasGCardoso/GamePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development Installation

In order to run in development mode, I used a conda environment with python 3.10. Create one and activate it.

conda create -n game python=3.10
conda activate game

Then, install the requirements

pip install -r requirements.txt

After that, simply run the main script.

cd Game
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages