PyGame Tile Based Platformer Game Beginner Tutorial in Python - PART 1 | Creating the World
In this Python tutorial I code a Tile Based Platformer Game using the PyGame module. I’m going to cover the initial game setup and how to create the map
Code & assets on my website:
Alternative link:
Code for level editor:
Note, sprites and sounds are open source:
Sprites:
Sounds:
Check out my other PyGame tutorials:
Space Invaders coding tutorial:
Flappy Bird coding tutorial:
4 views
21
4
8 months ago 09:29:02 3
Creating 2D platformer in Python
11 months ago 00:15:55 1
PyGame Platformer Game Beginner Tutorial in Python - PART 6 | Adding Lava And Game Over Condition
11 months ago 00:22:19 4
PyGame Tile Based Platformer Game Beginner Tutorial in Python - PART 1 | Creating the World
11 months ago 06:44:12 20
Creating a Stardew Valley inspired game in Python
1 year ago 00:14:29 1
Procedural world generation with Perlin Noise
1 year ago 01:59:42 1
A guide to level creation with Tiled [ + how to use it with pygame ]
2 years ago 07:38:56 44
Creating a Zelda style game in Python [with some Dark Souls elements]
2 years ago 06:44:27 1
Stardew Valley Game Clone with Python and Pygame – Full Course