Pygame Platformer Tutorial Series
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 off the platforms, and off the screen will result in your death.
This tutorial is hosted externally
https://coderslegacy.com/python/pygame-platformer-game-development/
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 off the platforms, and off the screen will result in your death.
Related Tutorials
Lesson 1 — What C# Actually Is
Why is C# the language driving the production of thousands of indie games using Unity and custom engines all around the…
Steps to Make a Simple Game in Unity
if you’re diving into game development, Flappy Bird is basically the ‘hello world‘ of the gaming universe. It is the ul…
Automatic Tutorial Creation for Unity | No AI | No more time waste
Automatic Tutorial Maker (ATM) for Unity is a tool that automates in-game tutorial creation by recording developer acti…
Save and Load System for Godot 4 – Tutorial
Saving and loading game data is a crucial feature for any game, as it allows players to continue their progress even af…
Unity Finite State Machine Tutorial
Comprehensive tutorial on utilizing finite state machines (FSMs) in Unity game development. It explains the concept of …
Project Structure - Guide to Cocos Cyberpunk Source Code
In my previous post, I mentioned that I would be write a series of articles on Cocos Cyberpunk. So let's kick off with …
Discussion