No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-11-04 16:07:44 +00:00
modules Finished? 2022-11-04 16:07:44 +00:00
.gitignore Finished all zombie events. 2022-11-03 22:36:26 +00:00
main.py Finished? 2022-11-04 16:07:44 +00:00
README.md Added events and tests 2022-11-01 23:13:45 +00:00

Zombie Apoc

This is a text-based game that is similar to Dungeons and Dragons.

To do

  • Add more events
  • Add items?
  • Add HP system, etc

Plan

My plan on making this game:

Getting user input

  • Support for nested menus
  • Allow for exiting current menu (assuming we can)

Events

  • ~36 possible events (including every possible combination)
  • Each event can have "sub-events" where the player game have more choices. Similar to a menu