Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scifer99/super-mario-bros-game

This is a backend development attempt to recreate the 1985 Level 1 of Super Mario Bros (Version 1) !!!
https://github.com/scifer99/super-mario-bros-game

1985 2d-graphics backend-development backend-services fireflowers game-mushrooms goomba invincible-star koopas level-1 luigi mario-game mathematics nintendo player-physics sprites spritesheet super-mario-bros-game

Last synced: 4 days ago
JSON representation

This is a backend development attempt to recreate the 1985 Level 1 of Super Mario Bros (Version 1) !!!

Awesome Lists containing this project

README

        

# Super-Mario-Bros-Game
This is an attempt to recreate the 1985 version of Super Mario Bros!!!

First, i must say how proud I am of myself! I love video games, especially after
knowing I grew up playing them! Now, I am here developing them and love every
bit of it!

I took the liberty of developing the 1985 version of Super Mario Bros due to
my nostalgia of it all! Me (and others) have dreamed of working
at/with Nintendo! That is my goal!

This is a substantial video game development program and guess what!? Did you
know you can develop Super Mario in Python (version 3.6)! Yes, you can! Here are the modules needed

pip install os
pip install sys
pip install pytmx (in case you want to use 'Tiled' to develop the level)
pip install pygame (of course)
and all Python scripts used as modules!

Happy Coding!