Making Mario in P5 Play: Getting Started - Video #1
Welcome to the magical world of Mario! In this exciting video series, we embark on a thrilling adventure to create the very first Mario game from scratch. Join us as we unravel the secrets behind designing, coding, and breathing life into this iconic platformer. In this initial episode, we lay the foundation by setting up a captivating tileset that will form the backdrop of our nostalgic Mario universe. Watch as we meticulously craft each tile, bringing the world of Mushroom Kingdom to vibrant life.
If you're passionate about game development and want to witness the birth of a classic, make sure to subscribe to our channel for more exhilarating episodes in this series. Your support means the world to us, and if you found this video helpful, consider showing us some love by buying us a cup of coffee at https://www.buymeacoffee.com/techheadonline.
Don't miss out on joining the conversation and connecting with fellow Mario enthusiasts and aspiring developers. Use the hashtags #MarioGameCreation #GameDevelopment #PlatformerGame #CodingTutorial #ClassicGaming to share your progress and immerse yourself in the world of Mario. Thumbnail created using Canva.
Let's dive into Mushroom Kingdom together and bring the first Mario game to life!
Full TileSet:
new Tiles(
[
'.......................................................................................................................................................................................................................................................................................',
'...................................................................................bbbbbbbb...bbb?.......................?.............bbb.....b??b.....................................................................................................................................',
'.......................?.............................................................................................................................................................................................bb.................................................................',
'....................................................................................................................................................................................................................bbb.................................................................',
'...................................................................................................................................................................................................................bbbb.................................................................',
'................?....b?b?b...................................................b?b.................?.....b?.....bb......?..?..?......b............bb................................................................bbbbb.................bb..............................................',
'...............................................lr.........lr.............................................................................................b..b............bb..b...................................bbbbbb................bbbb.............................................',
'.......................................lr......LR.........LR............................................................................................bb..bb..........bbb..bb..............bb?b...............bbbbbbb...............bbbbbb............................................',
'............................lr.........LR......LR.........LR...........................................................................................bbb..bbb........bbbb..bbb.......lr...................lr.bbbbbbbb...............bbbbbb............................................',
'............................LR.........LR......LR.........LR..........................................................................................bbbb..bbbb......bbbbb..bbbb......LR...................LRbbbbbbbbb.........b.....bbbbbb............................................',
'======================================================================..===============...=================================================================================..===========================================================================================================',
'======================================================================..===============...=================================================================================..===========================================================================================================',
],
0,
16,
tileSize,
tileSize - 1);