Skip to content

edwinclement08/Simple_RTS

Repository files navigation

Simple RTS Game

A pygame project to learn pathing and simple game mechanics

Game Screencast

Setup

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

License

MIT

About

A simple RTS game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages