Skip to content
forked from kevincfz/ants

Ants vs. Bees, a Plants vs. Zombies like game written in python with GUI

Notifications You must be signed in to change notification settings

haoranyu123/ants

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ants

Ants vs. Bees, a Plants vs. Zombies like game written in python with GUI. This is a project of the CS61A course at UC Berkeley.

To play a text-based game, use:

python3 ants.py

To play a graphical game, use:

python3 ants_gui.py

There are many options to configure:

  • -h, --help Prints this help message
  • -t, --ten Start with ten food
  • -f, --full Loads a full layout and assault plan
  • -w, --water Loads a full layout with water
  • -i, --insane Loads a difficult assault plan

I recommend trying

python3 ants_gui.py -f -w -t

About

Ants vs. Bees, a Plants vs. Zombies like game written in python with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%