Don't let the world get overrun by zombies!
ZombieSlayer is a simple browser-based overhead shooter game built entirely with JavaScript and HTML5 Canvas.
- Game mechanics built from the ground up, including collision detection, scoring, respawning, vitality, etc.
- Utilizes my own algorithm (work in progress) to find a safe spawn point after death
- Sprite-based drawings and animations done with HTML5 Canvas
- Some silly on-death effects to satisfy the bloodthirsty!
- Utilizes HTML5 Local Storage to keep a local leaderboard stored on the client's browser
- Utilizes prototypal inheritance for creating the different types of moving objects
- Add basic powerups!
Nuke: BOOM! Clear the map of all zombies.
HP Boost: Increase your life if you aren't already at full.
- Implement first version of a respawn algorithm for safer respawn for players after death
- Zombies now spawn on the edge of the map
- Smarter/safer spawning for player's character
- Spawn zombies on the edge of the map
- Co-op mode
- Global leaderboard (utilizing a cloud DB)
- More stages for increased difficulty! Faster zombies!
- Powerups
- More weapons?!
- Sound effects!