From fc1d06a2b8925838cb2a8457076665e3bdebd304 Mon Sep 17 00:00:00 2001 From: zv0n Date: Mon, 26 Apr 2021 22:21:50 +0200 Subject: [PATCH] Added README --- mario/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mario/README.md diff --git a/mario/README.md b/mario/README.md new file mode 100644 index 0000000..5a1e84e --- /dev/null +++ b/mario/README.md @@ -0,0 +1,11 @@ +# 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