An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/survivor

A cross between pacman and snake... with zombies
https://github.com/i-e-b/survivor

love2d working

Last synced: about 2 months ago
JSON representation

A cross between pacman and snake... with zombies

Awesome Lists containing this project

README

          

# Survivor

What happens when you mix pac-man and snake, then add zombies?

## Things to change for difficulty:

* Speed
* Level design (incl z count)
* Follow radius
* Path finding
* Eaten survivors turn into zombie <-- I like this one
* Fed zombies get quicker
* minimum survivor save

##Todo:
Basics
* [x] Touch controls for phone
* [x] Keyboard input
* [x] Basic animation
* [x] Sound
* [ ] Music? Maybe generative atmosphere sounds?
* [x] Tile background
* [x] AI / interactions
* [ ] separate out control module

Specifics
* [ ] save/load game
* [x] brain munching
* [x] level completion
* [x] coins
* [x] weapons
* [x] tutorial levels
* [x] title screen
* [ ] gamepad config
* [ ] keypress config
* [ ] bonuses for all survivors, all coins, fast times
* [ ] difficulty settings