game/mario
2021-08-08 21:22:44 +02:00
..
blocks Mario: better mushroom movement 2021-08-07 22:17:27 +02:00
sprites Mod texture image 2021-06-24 20:54:18 +02:00
visitors Mario: better mushroom movement 2021-08-07 22:17:27 +02:00
.gitignore Move to CMake 2021-08-05 00:33:55 +02:00
blocks.cpp Blocks.cpp: add character support to 2021-08-08 21:22:44 +02:00
blocks.hpp Mario: only visit objects if they entered screen at least once 2021-08-07 22:25:32 +02:00
CMakeLists.txt Mario: add mushroom block 2021-08-07 21:41:15 +02:00
edit_box.cpp Mario Editor: smaller block size 2021-06-01 10:18:33 +02:00
edit_box.hpp Mario Editor: smaller block size 2021-06-01 10:18:33 +02:00
editor_visitor.cpp Editor: add character support 2021-08-08 21:22:00 +02:00
editor_visitor.hpp Editor: add character support 2021-08-08 21:22:00 +02:00
editor.cpp Editor: add character support 2021-08-08 21:22:00 +02:00
global_vars.cpp Mario: add enemies textures 2021-08-08 21:19:26 +02:00
global_vars.hpp Mario: add enemies textures 2021-08-08 21:19:26 +02:00
main.cpp Mario: only visit objects if they entered screen at least once 2021-08-07 22:25:32 +02:00
maploader.cpp Mario: add mushroom block 2021-08-07 21:41:15 +02:00
maploader.hpp Mario: add MapObject and use that instead of tuples 2021-06-07 23:48:28 +02:00
mapobject.cpp Mario: add MapObject and use that instead of tuples 2021-06-07 23:48:28 +02:00
mapobject.hpp Mario: add MapObject and use that instead of tuples 2021-06-07 23:48:28 +02:00
mario.cpp Mario: mushroom interaction with Mario 2021-08-07 21:42:51 +02:00
mario.hpp Mario: prepartations for multiple moving objects 2021-08-05 00:32:54 +02:00
objectids.hpp Mario: add mushroom block 2021-08-07 21:41:15 +02:00
README.md Added README 2021-04-26 22:21:50 +02:00
sprites.cpp Mario: add mushroom block 2021-08-07 21:41:15 +02:00
sprites.hpp Mario: add mushroom block 2021-08-07 21:41:15 +02:00
testfont.ttf Mario: add Roboto font to git 2021-05-07 23:17:49 +02:00
testmap.txt Mario: include testmap in git 2021-04-26 22:16:53 +02:00
tool_box.cpp Mario Editor: add tool highlighting + WSAD controls 2021-05-29 19:17:45 +02:00
tool_box.hpp Mario Editor: add tool highlighting + WSAD controls 2021-05-29 19:17:45 +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