game/mario
2021-05-07 10:36:31 +02:00
..
.gitignore Mario: saving map as binary file v1.0 2021-04-30 23:12:53 +02:00
blocks.cpp Mario editor: don't delete characters when changing terrain 2021-05-02 14:43:15 +02:00
blocks.hpp Mario editor: don't delete characters when changing terrain 2021-05-02 14:43:15 +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: can paginate blocks now 2021-05-07 10:08:41 +02:00
editor_visitor.hpp Mario editor: can paginate blocks now 2021-05-07 10:08:41 +02:00
editor.cpp Mario editor: fix tool selection 2021-05-07 10:36:31 +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 Basic editor functionality arrived! 2021-05-01 21:55:43 +02:00
Makefile Mario Editor: Tool selection alpha 2021-05-07 09:43:57 +02:00
maploader.cpp Mario map: initial map has 18 columns 2021-05-07 08:35:01 +02:00
maploader.hpp Basic editor functionality arrived! 2021-05-01 21:55:43 +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: can paginate blocks now 2021-05-07 10:08:41 +02:00
README.md Added README 2021-04-26 22:21:50 +02:00
sprites.cpp Starting Mario Editor project 2021-04-30 21:02:14 +02:00
sprites.hpp Starting Mario Editor project 2021-04-30 21:02:14 +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