- Added new fruit: diamond
- Level transitions are now smoother
- Levels now contain exitdir (which way to scroll when completed)
- Added random powerups on each level (if you define a position in the editor)
- Added temp powerup: boxing glove
- powerup counter is reset when you die
- fixed bug preventing jumping near a wall
- fixed bug: hurryup cloud shouldn't be able to teleport
- conveyor belts no longer affect fruits
- editor now has delay after adding a sprite to prevent duplicate
- properly rendomized direction that monster corpses go in
- music now speeds up after a HURRYUP
- snakes can no longer walk up slopes
- added sound effects for HURRYUP and TOO SLOW
- getting all fruits on the level now makes gems shoot out sideways
- dead monsters now create a puff before turning into a fruit
- 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