Exploring Tilengine Python Platformer Wip3
Exploring Tilengine Python Platformer Wip3 reveals several interesting facts.
- This WIP2 version adds player/level interaction: the player can jump on platforms, fall from heights, get blocked by walls and pick ...
- This update adds basic sound effects with SDL2-Mixer library, and the player can now be hit by an enemy. When an emey hits the ...
- This demo shows the column offset feature of
- This small demo in
- Second work in progress diary. Actor management has been implemented, as well as three actors: the player itself -previously it ...
In-Depth Information on Tilengine Python Platformer Wip3
This update adds acceleration and control while in air, that gives much more interesting gameplay. It also adds more collision ... First of a series of incremental updates showing how to implement gameplay mechanics using This update adds new animation entity for pickups and small effects (used when picking up a gem) and sloped terrain: character ... WIP
New version of the original "
Stay tuned for more updates related to Tilengine Python Platformer Wip3.