You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HuangHai 842d6038d1
'commit'
4 months ago
..
.idea 'commit' 4 months ago
resources 'commit' 4 months ago
source 'commit' 4 months ago
README.md 'commit' 4 months ago
main.py 'commit' 4 months ago
文档.txt 'commit' 4 months ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

SuperMario

A improved supermario game based on https://github.com/justinmeister/Mario-Level-1.

  • support four levelslevel 1-1 to level 1-4
  • support go into the pipe
  • use json file to store level data (e.g. position of enemy, brick, box and pipe)
  • add new enemies in level 1-3 and 1-4
  • add slider in level 1-2

Requirement

  • Python 3.7
  • Python-Pygame 1.9

How To Start Game

$ python main.py

How to Play

  • use LEFT/RIGHT/DOWN key to control player
  • use key 'a' to jump
  • use key 's' to shoot firewall or run

Demo

level_1_1 level_1_2 level_1_3 level_1_4