game/mario
2021-05-24 00:07:40 +02:00
..
.gitignore Mario: saving map as binary file v1.0 2021-04-30 23:12:53 +02:00
blocks.cpp Mario: destructible blocks 2021-05-24 00:07:40 +02:00
blocks.hpp Mario: destructible blocks 2021-05-24 00:07:40 +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: formatting 2021-05-09 00:46:10 +02:00
editor_visitor.hpp Mario editor: formatting 2021-05-09 00:46:10 +02:00
editor.cpp Mario: editor - move all global vars into a single struct 2021-05-22 22:13:22 +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: simple jump 2021-05-22 23:54:01 +02:00
Makefile Mario: custom mario class 2021-05-22 23:13:26 +02:00
maploader.cpp Mario: destructible blocks 2021-05-24 00:07:40 +02:00
maploader.hpp Mario editor: formatting 2021-05-09 00:46:10 +02:00
mario_visitor.cpp Mario: top collision detection 2021-05-23 23:57:29 +02:00
mario_visitor.hpp Mario: top collision detection 2021-05-23 23:57:29 +02:00
mario.cpp Mario: destructible blocks 2021-05-24 00:07:40 +02:00
mario.hpp Mario: jumping sprite + head bump colider 2021-05-23 23:45:45 +02:00
objectids.hpp Mario: jumping sprite + head bump colider 2021-05-23 23:45:45 +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: more refactoring 2021-05-09 20:45:52 +02:00
tool_box.hpp Mario editor: more refactoring 2021-05-09 20:45:52 +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