Commit Graph

5 Commits

Author SHA1 Message Date
Rob Pearce bbe1aca358 - Split code into multiple files
- Removed unused code from edit.c / rc.c
- Changed level format from ascii to comma seperated numbers

- Began commentin of data structures / globals
- Renamed some variables to be more meaningful
- Replaced many hardcoded values with macros

- Modified greentiles grass graphic
- Added cloud graphic

- Fixed score bug (score would jump super high)
- Fixed what looks like a bug where snakes would only shoot one way
- Fruits no longer turn red after a hurry-up
2008-09-17 02:34:39 +00:00
Rob Pearce f757faa957 - Fixed bug where score would go super high
- Changed level format - monster definitions are now above level.
- Added new fruit type - HELP.  Shows a message on the screen.
- Fruits placed during initial level creation now never time out (at present
  only HELP can be placed like this though)
- Time to display text is now configurable.
2008-09-16 02:39:33 +00:00
Rob Pearce 6045f2ffed Added some more test levels
Fixed bugs where monsters would fall through floor sometimes
Player can now die & respawn
Spikes now kill player
Monsters now kill player
2006-01-27 13:38:40 +00:00
Rob Pearce 4091b98e58 Changes to rat movement
Added points
2006-01-27 06:28:28 +00:00
Rob Pearce d6735eea16 o 2006-01-27 06:27:57 +00:00