Skip to content

Instantly share code, notes, and snippets.

@Jbern16
Last active July 7, 2016 19:48
Show Gist options
  • Save Jbern16/91b4a609599411ee1edf14b1415a9ba8 to your computer and use it in GitHub Desktop.
Save Jbern16/91b4a609599411ee1edf14b1415a9ba8 to your computer and use it in GitHub Desktop.

MVP:

Player must survive unlimited waves of enemies.

You can move(WASD) and shoot in 360 degree radius(Mouse)

Zombies move toward you

Zombies spawn in random places

IDEAL EXT:

Particle Effects(GORE!)

Expansive Map outside of what you see

Procedural Map Generation

Zombies Burrow Up Animation

Walking Animation

Ammo System

Game Pad Support

Local Multiplayer

NOTES:

SWARMING = FIND PLAYER COORDS.Compare x/y value coord of the zombie to the player. Add movement speed to x/y until you are at player.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment