game/mario
2023-04-08 20:19:22 +02:00
..
blocks Mario: turtle blocks initial version 2023-04-08 19:51:27 +02:00
filesystem Teleportation in editor 2022-11-19 22:53:24 +01:00
gui Mario: formatting 2022-07-21 20:17:24 +02:00
scenes Mario: fix scrolling in load scene 2023-04-08 19:16:46 +02:00
sprites Mod texture image 2021-06-24 20:54:18 +02:00
visitors Mario: turtle blocks initial version 2023-04-08 19:51:27 +02:00
.gitignore Gitignore: ignore vscode dir 2023-04-08 19:53:16 +02:00
blocks.cpp SDLPP: add constant rotation 2023-04-08 20:19:22 +02:00
blocks.hpp Mario: teleport to hardcoded level 2022-11-13 19:52:39 +01:00
CMakeLists.txt Mario: add turtle enemy 2023-03-10 16:45:26 +01: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: Fireball works 2022-11-12 21:32:18 +01:00
global_vars.hpp Mario: Fireball works 2022-11-12 21:32:18 +01:00
main.cpp Mario: add turtle enemy 2023-03-10 16:45:26 +01:00
maploader.cpp Teleportation in editor 2022-11-19 22:53:24 +01:00
maploader.hpp Mario: formatting 2022-07-21 20:17:24 +02:00
mapobject.cpp Editor: slightly less hardcoded teleport map 2022-11-13 20:56:20 +01:00
mapobject.hpp Formatting 2022-11-19 23:10:33 +01:00
mario.cpp Teleportation in editor 2022-11-19 22:53:24 +01:00
mario.hpp Formatting 2022-11-19 23:10:33 +01:00
objectids.hpp Mario: add turtle enemy 2023-03-10 16:45:26 +01:00
README.md Added README 2021-04-26 22:21:50 +02:00
sprites.cpp Mario: add turtle enemy 2023-03-10 16:45:26 +01:00
sprites.hpp Mario: add turtle enemy 2023-03-10 16:45:26 +01: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