game/mario
2021-05-09 00:43:53 +02:00
..
.gitignore Mario: saving map as binary file v1.0 2021-04-30 23:12:53 +02:00
blocks.cpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
blocks.hpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
edit_box.cpp Mario Editor: Tool selection alpha 2021-05-07 09:43:57 +02:00
edit_box.hpp Mario Editor: Tool selection alpha 2021-05-07 09:43:57 +02:00
editor_visitor.cpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
editor_visitor.hpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
editor.cpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
global_vars.cpp Basic editor functionality arrived! 2021-05-01 21:55:43 +02:00
global_vars.hpp Basic editor functionality arrived! 2021-05-01 21:55:43 +02:00
main.cpp Mario editor: more terrain, can place Mario 2021-05-07 23:17:05 +02:00
Makefile Mario Editor: Tool selection alpha 2021-05-07 09:43:57 +02:00
maploader.cpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
maploader.hpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
mario_visitor.cpp Preparation for different types of terrain 2021-04-30 09:10:58 +02:00
mario_visitor.hpp Mario editor: use visitors 2021-05-02 14:14:11 +02:00
objectids.hpp Mario editor: started refactoring 2021-05-09 00:43:53 +02:00
README.md Added README 2021-04-26 22:21:50 +02:00
sprites.cpp Mario editor: more terrain, can place Mario 2021-05-07 23:17:05 +02:00
sprites.hpp Mario editor: more terrain, can place Mario 2021-05-07 23:17:05 +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: Tool selection alpha 2021-05-07 09:43:57 +02:00
tool_box.hpp Mario Editor: Tool selection alpha 2021-05-07 09:43:57 +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