K2 - 0.2
A small platformer I'm working on, using the Pymunk library.
Hayden Dennison
(hidas)
This is a game about a small ball named Felix, and the sanctity of life.
You need the latest version of Pymunk. (6.0.1)
Run 'run_game.py' to play yet another test level.
Changes
A whole bushel of changes:
Got rid of some redundant classes.
Added comments to most things.
Greatly enhanced the level editor (you'll still have to peek into the code and rename the loaded level to 'test.lvl').
Whole bunch of other stuff I forgot I did.
Still to come:
----anti-aliased drawing.
level packs created by the level editor.
a level select screen.
a tutorial.
a story.
everything that constitutes a game besides an engine. ;)
As before, run 'K2.py' to play the example level. K_UP is now the jump key, because it felt more natural.