Skip to content

tiinanguyen/ants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ants

Ants vs. Bees, a game inspired by PopCap Games' Plants Vs. Zombies, written in python with GUI.

To play a text-based game, use:

python3 ants.py

To play a graphical game, use:

python3 gui.py

To play an older version of the graphics, run:

python3 ants_gui.py

There are many options to configure:

-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

usage:

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

About

Ants project for CS61A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published