基本信息
源码名称:Python超级马里奥
源码大小:2.41M
文件格式:.zip
开发语言:Python
更新时间:2023-10-31
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 5 元 
   源码介绍
Python超级马里奥

.
├── LICENSE
├── README.md
├── main.py
├── music
│   └── bgm.ogg
├── resources
│   └── graphics
│       ├── enemies.png
│       ├── item_objects.png
│       ├── level_1.png
│       ├── mario_bros.png
│       ├── smb_enemies_sheet.png
│       ├── text_images.png
│       ├── tile_set.png
│       └── title_screen.png
├── source
│   ├── __pycache__
│   │   ├── const_var.cpython-310.pyc
│   │   ├── const_var.cpython-311.pyc
│   │   ├── setup.cpython-310.pyc
│   │   ├── setup.cpython-311.pyc
│   │   ├── tools.cpython-310.pyc
│   │   └── tools.cpython-311.pyc
│   ├── components
│   │   ├── __pycache__
│   │   │   ├── box.cpython-310.pyc
│   │   │   ├── box.cpython-311.pyc
│   │   │   ├── brick.cpython-310.pyc
│   │   │   ├── brick.cpython-311.pyc
│   │   │   ├── coin.cpython-310.pyc
│   │   │   ├── coin.cpython-311.pyc
│   │   │   ├── enemy.cpython-310.pyc
│   │   │   ├── enemy.cpython-311.pyc
│   │   │   ├── info.cpython-310.pyc
│   │   │   ├── info.cpython-311.pyc
│   │   │   ├── player.cpython-310.pyc
│   │   │   ├── player.cpython-311.pyc
│   │   │   ├── powerup.cpython-310.pyc
│   │   │   ├── powerup.cpython-311.pyc
│   │   │   ├── stuff.cpython-310.pyc
│   │   │   └── stuff.cpython-311.pyc
│   │   ├── box.py
│   │   ├── brick.py
│   │   ├── coin.py
│   │   ├── enemy.py
│   │   ├── info.py
│   │   ├── player.py
│   │   ├── powerup.py
│   │   └── stuff.py
│   ├── const_var.py
│   ├── data
│   │   ├── maps
│   │   │   └── level_1.json
│   │   └── player
│   │       └── mario.json
│   ├── setup.py
│   ├── sound.py
│   ├── states
│   │   ├── __pycache__
│   │   │   ├── game_over.cpython-310.pyc
│   │   │   ├── game_over.cpython-311.pyc
│   │   │   ├── level.cpython-310.pyc
│   │   │   ├── level.cpython-311.pyc
│   │   │   ├── load_screen.cpython-310.pyc
│   │   │   ├── load_screen.cpython-311.pyc
│   │   │   ├── main_menu.cpython-310.pyc
│   │   │   ├── main_menu.cpython-311.pyc
│   │   │   ├── time_out.cpython-310.pyc
│   │   │   ├── time_out.cpython-311.pyc
│   │   │   ├── you_die.cpython-310.pyc
│   │   │   ├── you_die.cpython-311.pyc
│   │   │   ├── you_win.cpython-310.pyc
│   │   │   └── you_win.cpython-311.pyc
│   │   ├── game_over.py
│   │   ├── level.py
│   │   ├── load_screen.py
│   │   ├── main_menu.py
│   │   ├── time_out.py
│   │   ├── you_die.py
│   │   └── you_win.py
│   └── tools.py
└── 好例子网Python_11超级马里奥.zip

12 directories, 70 files