Learn how to recreate a platformer game in Python using Pygame! This type of game has a pretty simple premise. Your goal is to go as high as you can, earning points for crossing each platform. Falling ...
This is a step by step guide on how to add moving platforms that the player character can walk on. It is using the game making software Clickteam Fusion 2.5 and is part of a series of tutorials on how ...
A step by step guide on how to include a door to move to the next level that only opens once the player has collected enough points. Part of a series of guides on how to create a platformer game using ...