K2 - 0.3
A small platformer I'm working on, using the Pymunk library.
Hayden Dennison
(hidas)
Changes
A LOT of new stuffs.
1: The player is now a ball.
2: When you finish a level it automatically takes you to the next one.
3: I added circles to the level editor
4: Changed some things around, mostly involving the player's jumps.
5: Now multiple climbers have their own callbacks called when touching ground.
Yet to come:
1: A good user interface
2: Ropes and switches and doors
3: Scrolling and automatic respawning
4: A more powerful level editor that exposes the default parameters passed to each platform and object. This allows for INSANE flexibility, like having objects that register collisions with the goal, get killed, be affected by gravity and such, and change around mass, friction, bounciness, and more. Once I have this system in place the level editor will be much more useful. Run 'run_game.py' to play.
If you want to use the level editor, pass the flag 'leveleditor', (NO - or --) like this: $ python run_game.py leveleditor
Have fun!