Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 717 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 717 Bytes

Ants

Tower defense game inspired by Plants vs. Zombies. Text-based and GUI option for gameplay.

Running the game

In order to start the text-based version of the game, use:

python3 ants.py

In order to start the GUI-based version of the game, use:

python3 gui.py

To run the old GUI, use:

python3 ants_gui.py

Configuration options:

-h, --help show this help message and exit
-d DIFFICULTY sets difficulty of game (test/easy/medium/hard/insane)
-w, --water loads a full layout with water
--food FOOD number of food to start with when testing

In order to use configuration options, use this format:

python3 ants.py [-h] [-d DIFFICULTY] [-w] [--food FOOD]