###Version: 0.7.0
"The Adventures of Flip" is a classic Jump 'n' Run (platformer) game in the tradition of "Super mario Bros." or the like.
- clone the repository or download the latest version
- run
python src/main.py
see doc folder
- everything is smoother now (scrolling and moving)
- improved collision
- added new mobs and coin
- added new levels and tiles
- added third layer to map spec
- added player recoll if hitted
- added start script
- some smaller bugfixes
- added pause screen
- added fades
- added options menu
- added items class
- added further triggers
- added intro level
- added dialogs
- improved mapEditor
- minor changes in map spec
- added trigger management
- added basic menu things
- rewritten collision thing(with pygame.Rects)
- added new entity
basics are working:
- fixed scrolling thing
- camera update
- added new xml spec
- restructured sprite handling
- updated map-editor for new spec
- background parallax scrolling works now
- base version of rewrite(!)
- back to python 2.6.4
-first stable verison of the map-editor
- initial version of the rewrite
Sprites were taken from:
- http://www.opengameart.org
- spritelib_gpl
- spritelib fuzed Thanks to all artists for the brilliant work!