Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinmeister/Mario-Level-1
The first level of Super Mario Bros made with Python and Pygame.
https://github.com/justinmeister/Mario-Level-1
Last synced: 8 days ago
JSON representation
The first level of Super Mario Bros made with Python and Pygame.
- Host: GitHub
- URL: https://github.com/justinmeister/Mario-Level-1
- Owner: justinmeister
- Created: 2014-01-05T07:49:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T20:25:32.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:49:09.316Z (10 days ago)
- Language: Python
- Homepage:
- Size: 14.3 MB
- Stars: 2,130
- Watchers: 118
- Forks: 723
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-games - Mario-Level-1 - First level of Super Mario Bros made with Python and Pygame. (Native / Platform)
README
Super Mario Bros Level 1
=============An attempt to recreate the first level of Super Mario Bros.
![screenshot](https://raw.github.com/justinmeister/Mario-Level-1/master/screenshot.png)
CONTROLS:
Arrow keys for direction
'a' for jump
's' for action (fireball, run)
DEPENDENCIES:
Pygame 1.9.1 (Python 2)
Pygame 1.9.2 (Python 3) - a little trickier to get going.
To install dependencies for Python 2.x:
pip install -r requirements.txt
VIDEO DEMO:
http://www.youtube.com/watch?v=HBbzYKMfx5Y
DISCLAIMER:This project is intended for non-commercial educational purposes.