# Mario-Level-1 **Repository Path**: Weltorn/Mario-Level-1 ## Basic Information - **Project Name**: Mario-Level-1 - **Description**: The first level of Super Mario Bros made with Python and Pygame. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-31 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.