A pygame project to learn pathing and simple game mechanics
Ideally use pyenv , as this project needs to be run at python version < 3
- Create a pyenv virtualenv for the dependencies
pyenv virtualenv simple-rts-venv- Install Dependencies
pip install -r requirements.txt- Run the demo
python main.py