Creating a Mario Maker style game in Python

Creating a Mario Maker style game in Python with a level editor, transitions, enemy behaviour, animations, menus and a player camera. It’s a really chunky project. If you want to support me: (You also get lots of perks) Social stuff: Twitter - Discord - Timestamps: 000:00:00 - intro 00:01:48 - Introduction and editor 00:11:06 - Editor origin and support lines 00:45:47 - Changing the mouse cursor 00:49:32 - Creating the menu 01:43:36 - Creating the level tiles 02:11:56 - Level drawing logic 02:18:37 - Drawing the terrain 02:54:55 - Drawing the water 03:05:04 - Tile animations 03:24:17 - Deleting tiles 03:32:11 - Adding objects 04:11:13 - More on objects 04:23:19 - Previewing items in the editor 04:48:25 - Creating the editor sky 05:20:46 - Exporting the editor data 05:56:24 - Fixing some drawing issues 06:01:45 - Creating the level transition 06:20:25 - Creating the terrain and the player (in the level) 06:36:02 - Animating the level tiles 07:05:05 - Adding other objects 07:35:04 - Player movement 08:14:28 - Adding player graphics 08:27:47 - Creating the player camera 08:40:05 - Creating the shell enemy 09:05:58 - Creating the tooth enemy 09:22:49 - Adding player damage logic 09:31:28 - Creating the level sky 09:57:27 - Adding sound 10:08:12 - Finishing up Sourcefiles are available here:
Back to Top