Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 365 Bytes

tower-defense-py

This is a very basic tower defense game made for python.

Requires:

Python 2.x or 3.x:

• Version 3.5: https://www.python.org/downloads/release/python-351/

• Version 2.7: https://www.python.org/downloads/release/python-2711/

Peewee Installed: Enter this code into your command line to install:

• pip install peewee