资 源 简 介
This is simply a finite state machine with 3 objects, zombies, military, and civilians. For the members of this project to contribute, http://tortoisesvn.net/downloads should be downloaded. This will prevent members from creating different versions of the same file.
Key:
* Bold denotes optional things to add if time allows.
## Zombies ##
Zombies should:
* Wander randomly (and slowly) until they:
1. Pursue humans(civilian or military)
1. Attempt to work together
* Get hungry
* Die of hunger
* Die from being shot
Military
Military should:
* Shoot to kill zombies
* Use ammo/Reload
* Protect civilians (by means of having civilians stay near them)
* Die from zombie attacks
Civilians
Civilians should:
* Run from zombies
* Run toward military
* Die from zombie attacks