game/mario
zv0n 09cb13195c
All checks were successful
continuous-integration/drone/push Build is passing
Mario: stop movement when entering main menu, check there was a movement before reversing it
2022-09-24 22:54:03 +02:00
..
blocks Mario: disable bouncing on some blocks 2022-09-24 20:45:21 +02:00
filesystem Mario: formatting 2022-07-21 20:17:24 +02:00
gui Mario: formatting 2022-07-21 20:17:24 +02:00
scenes Mario: stop movement when entering main menu, check there was a movement before reversing it 2022-09-24 22:54:03 +02:00
sprites Mod texture image 2021-06-24 20:54:18 +02:00
visitors Mario: end of level logic 2022-09-23 16:46:50 +02:00
.gitignore Move to CMake 2021-08-05 00:33:55 +02:00
blocks.cpp Mario: end of level logic 2022-09-23 16:46:50 +02:00
blocks.hpp Mario: end of level logic 2022-09-23 16:46:50 +02:00
CMakeLists.txt Game main menu/retry scenes 2022-09-19 22:56:50 +02:00
edit_box.cpp Mario: formatting 2021-10-18 09:08:35 +02:00
edit_box.hpp Mario: formatting 2021-10-18 09:08:35 +02:00
editor_visitor.cpp Playing around with buttons 2022-06-22 21:42:57 +02:00
editor_visitor.hpp Playing around with buttons 2022-06-22 21:42:57 +02:00
editor.cpp Mario Editor: save to filename entered in editor 2022-07-22 22:18:01 +02:00
filesystem.hpp Mario: formatting 2022-07-21 20:17:24 +02:00
global_vars.cpp Mario: Add restart and background color for menus 2022-09-22 20:16:46 +02:00
global_vars.hpp Mario: Add restart and background color for menus 2022-09-22 20:16:46 +02:00
main.cpp Mario: stop movement when entering main menu, check there was a movement before reversing it 2022-09-24 22:54:03 +02:00
maploader.cpp Mario: formatting 2022-07-21 20:17:24 +02:00
maploader.hpp Mario: formatting 2022-07-21 20:17:24 +02:00
mapobject.cpp Mario: formatting 2021-10-18 09:08:35 +02:00
mapobject.hpp Mario: formatting 2021-10-18 09:08:35 +02:00
mario.cpp Mario: end of level logic 2022-09-23 16:46:50 +02:00
mario.hpp Mario: end of level logic 2022-09-23 16:46:50 +02:00
objectids.hpp Added generic button 2022-06-21 14:53:10 +02:00
README.md Added README 2021-04-26 22:21:50 +02:00
sprites.cpp Mario: formatting 2021-10-18 09:08:35 +02:00
sprites.hpp Mario: add Goomba 2021-08-08 21:45:05 +02:00
testfont.ttf Mario: add Roboto font to git 2021-05-07 23:17:49 +02:00
tool_box.cpp Mario: formatting 2021-10-18 09:08:35 +02:00
tool_box.hpp Mario: formatting 2021-10-18 09:08:35 +02:00

Mario

This is my recreation of first Super Mario Bros. level in my engine

I don't think I can share Nintendo sprites, so you'll have to provide them yourself. I've downloaded mine from here:

https://www.spriters-resource.com/nes/supermariobros/sheet/50365/ - sprites/mario.png https://www.spriters-resource.com/nes/supermariobros/sheet/52570/ - sprites/enemies.png https://www.spriters-resource.com/nes/supermariobros/sheet/52569/ - sprites/items.png https://www.spriters-resource.com/nes/supermariobros/sheet/52571/ - sprites/terrain.png