Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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) !!!
- Host: GitHub
- URL: https://github.com/scifer99/super-mario-bros-game
- Owner: SCIFER99
- License: cc0-1.0
- Created: 2023-12-19T19:29:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T02:15:24.000Z (11 months ago)
- Last Synced: 2023-12-23T03:19:58.466Z (11 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 4.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 neededpip 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!