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
- Host: GitHub
- URL: https://github.com/i-e-b/survivor
- Owner: i-e-b
- Created: 2016-02-11T21:48:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T07:37:39.000Z (almost 7 years ago)
- Last Synced: 2025-06-18T11:52:56.025Z (about 1 year ago)
- Topics: love2d, working
- Language: Lua
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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