game/mario
2021-05-31 17:28:26 +02:00
..
.gitignore Mario: saving map as binary file v1.0 2021-04-30 23:12:53 +02:00
blocks.cpp Mario: add block's land type when creating block 2021-05-31 16:07:55 +02:00
blocks.hpp Mario Editor: add land type switching 2021-05-31 14:03:11 +02:00
edit_box.cpp Mario editor: more refactoring 2021-05-09 20:45:52 +02:00
edit_box.hpp Mario editor: more refactoring 2021-05-09 20:45:52 +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 Mario: fix function name 2021-05-31 17:28:26 +02:00
global_vars.cpp Mario: check before bouncing 2021-05-26 18:24:09 +02:00
global_vars.hpp Mario: check before bouncing 2021-05-26 18:24:09 +02:00
main.cpp Mario: better side collision handling 2021-05-27 16:33:00 +02:00
Makefile Windows compatibility fixes 2021-05-26 14:17:07 +02:00
maploader.cpp Mario: remove debug outputs from editor 2021-05-28 19:53:30 +02:00
maploader.hpp Mario: set mario pointer when loading map for editor 2021-05-26 14:18:39 +02:00
mario_visitor.cpp Mario: check before bouncing 2021-05-26 18:24:09 +02:00
mario_visitor.hpp Mario: reflect fixed sdlpp collisions 2021-05-27 18:09:58 +02:00
mario.cpp Mario: slightly better editor UI 2021-05-28 19:51:02 +02:00
mario.hpp Mario: better side collision handling 2021-05-27 16:33:00 +02:00
objectids.hpp Mario Editor: add land type switching 2021-05-31 14:03:11 +02:00
README.md Added README 2021-04-26 22:21:50 +02:00
sprites.cpp Mario: added destructible modifier to editor 2021-05-26 00:46:19 +02:00
sprites.hpp Windows compatibility fixes 2021-05-26 14:17:07 +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