game/mario
2021-07-24 20:50:24 +02:00
..
blocks Add coin animation 2021-07-24 20:50:24 +02:00
sprites Mod texture image 2021-06-24 20:54:18 +02:00
.gitignore
blocks.cpp Add coin animation 2021-07-24 20:50:24 +02:00
blocks.hpp Add coin animation 2021-07-24 20:50:24 +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 Mario Editor: add land type switching 2021-05-31 14:03:11 +02:00
editor_visitor.hpp Mario Editor: add land type switching 2021-05-31 14:03:11 +02:00
editor.cpp Remove redundant functions from blocks.cpp, fix editor problem with pagination 2021-07-24 19:59:25 +02:00
global_vars.cpp Refactor to use objects for terrain/mod creation, added coin modifier 2021-07-23 00:08:05 +02:00
global_vars.hpp Refactor to use objects for terrain/mod creation, added coin modifier 2021-07-23 00:08:05 +02:00
main.cpp Add coin animation 2021-07-24 20:50:24 +02:00
Makefile Add coin animation 2021-07-24 20:50:24 +02:00
maploader.cpp Remove redundant functions from blocks.cpp, fix editor problem with pagination 2021-07-24 19:59:25 +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_visitor.cpp Mario: add option to make a block collision-less 2021-06-21 19:40:29 +02:00
mario_visitor.hpp Add coin animation 2021-07-24 20:50:24 +02:00
mario.cpp Refactor to use objects for terrain/mod creation, added coin modifier 2021-07-23 00:08:05 +02:00
mario.hpp Remove redundant functions from blocks.cpp, fix editor problem with pagination 2021-07-24 19:59:25 +02:00
objectids.hpp Add coin animation 2021-07-24 20:50:24 +02:00
README.md
sprites.cpp Add coin animation 2021-07-24 20:50:24 +02:00
sprites.hpp Add coin animation 2021-07-24 20:50:24 +02:00
testfont.ttf Mario: add Roboto font to git 2021-05-07 23:17:49 +02:00
testmap.txt
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