文件名称:超级玛丽
介绍说明--下载内容来自于网络,使用问题请自行百度
经典的超级玛丽游戏源码,完美实现了原游戏的所有细节,文件里有说明文档,可以自己编译后续关卡,需要的图片的资源都在文件里面(Classic super Mary game source code, the perfect implementation of all the details of the original game, there are documentation in the file, you can compile subsequent levels, the required picture resources are in the file)
相关搜索: 超级玛丽游戏源码
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
超级玛丽 | 0 | 2020-06-22 |
超级玛丽\main.py | 99 | 2019-09-22 |
超级玛丽\README.md | 974 | 2019-09-22 |
超级玛丽\resources | 0 | 2020-06-22 |
超级玛丽\resources\demo | 0 | 2020-06-22 |
超级玛丽\resources\demo\level_1_1.png | 42321 | 2019-09-22 |
超级玛丽\resources\demo\level_1_2.png | 34403 | 2019-09-22 |
超级玛丽\resources\demo\level_1_3.png | 33806 | 2019-09-22 |
超级玛丽\resources\demo\level_1_4.png | 45221 | 2019-09-22 |
超级玛丽\resources\graphics | 0 | 2020-06-22 |
超级玛丽\resources\graphics\enemies.png | 24632 | 2019-09-22 |
超级玛丽\resources\graphics\item_objects.png | 44537 | 2019-09-22 |
超级玛丽\resources\graphics\level_1.png | 17831 | 2019-09-22 |
超级玛丽\resources\graphics\level_2.png | 17778 | 2019-09-22 |
超级玛丽\resources\graphics\level_3.png | 15623 | 2019-09-22 |
超级玛丽\resources\graphics\level_4.png | 9671 | 2019-09-22 |
超级玛丽\resources\graphics\mario_bros.png | 52831 | 2019-09-22 |
超级玛丽\resources\graphics\smb_enemies_sheet.png | 15076 | 2019-09-22 |
超级玛丽\resources\graphics\text_images.png | 6272 | 2019-09-22 |
超级玛丽\resources\graphics\tile_set.png | 36414 | 2019-09-22 |
超级玛丽\resources\graphics\title_screen.png | 9100 | 2019-09-22 |
超级玛丽\source | 0 | 2020-06-22 |
超级玛丽\source\constants.py | 4237 | 2019-09-22 |
超级玛丽\source\main.py | 513 | 2019-09-22 |
超级玛丽\source\setup.py | 352 | 2019-09-22 |
超级玛丽\source\tools.py | 3074 | 2019-09-22 |
超级玛丽\source\__init__.py | 0 | 2019-09-22 |
超级玛丽\source\components | 0 | 2020-06-22 |
超级玛丽\source\components\box.py | 2673 | 2019-09-22 |
超级玛丽\source\components\brick.py | 4794 | 2019-09-22 |
超级玛丽\source\components\coin.py | 4064 | 2019-09-22 |
超级玛丽\source\components\enemy.py | 19005 | 2019-09-22 |
超级玛丽\source\components\info.py | 8085 | 2019-09-22 |
超级玛丽\source\components\player.py | 21028 | 2019-09-22 |
超级玛丽\source\components\powerup.py | 8849 | 2019-09-22 |
超级玛丽\source\components\stuff.py | 7725 | 2019-09-22 |
超级玛丽\source\components\__init__.py | 0 | 2019-09-22 |
超级玛丽\source\components\__pycache__ | 0 | 2020-06-22 |
超级玛丽\source\components\__pycache__\box.cpython-37.pyc | 2674 | 2020-03-12 |
超级玛丽\source\components\__pycache__\brick.cpython-37.pyc | 4228 | 2020-03-12 |
超级玛丽\source\components\__pycache__\coin.cpython-37.pyc | 3882 | 2020-03-12 |
超级玛丽\source\components\__pycache__\enemy.cpython-37.pyc | 16032 | 2020-03-12 |
超级玛丽\source\components\__pycache__\info.cpython-37.pyc | 7398 | 2020-03-12 |
超级玛丽\source\components\__pycache__\player.cpython-37.pyc | 13216 | 2020-03-12 |
超级玛丽\source\components\__pycache__\powerup.cpython-37.pyc | 7683 | 2020-03-12 |
超级玛丽\source\components\__pycache__\stuff.cpython-37.pyc | 8530 | 2020-03-12 |
超级玛丽\source\components\__pycache__\__init__.cpython-37.pyc | 127 | 2020-03-12 |
超级玛丽\source\data | 0 | 2020-06-22 |
超级玛丽\source\data\maps | 0 | 2020-06-22 |
超级玛丽\source\data\maps\level_1.json | 8607 | 2019-09-22 |
超级玛丽\source\data\maps\level_2.json | 13188 | 2019-09-22 |
超级玛丽\source\data\maps\level_3.json | 5323 | 2019-09-22 |
超级玛丽\source\data\maps\level_4.json | 3895 | 2019-09-22 |
超级玛丽\source\data\player | 0 | 2020-06-22 |
超级玛丽\source\data\player\luigi.json | 2251 | 2019-09-22 |
超级玛丽\source\data\player\mario.json | 2251 | 2019-09-22 |
超级玛丽\source\states | 0 | 2020-06-22 |
超级玛丽\source\states\level.py | 25962 | 2019-09-22 |
超级玛丽\source\states\load_screen.py | 1796 | 2019-09-22 |
超级玛丽\source\states\main_menu.py | 4004 | 2019-09-22 |
超级玛丽\source\states\__init__.py | 0 | 2019-09-22 |
超级玛丽\source\states\__pycache__ | 0 | 2020-06-22 |
超级玛丽\source\states\__pycache__\level.cpython-37.pyc | 17684 | 2020-03-12 |
超级玛丽\source\states\__pycache__\load_screen.cpython-37.pyc | 2699 | 2020-03-12 |
超级玛丽\source\states\__pycache__\main_menu.cpython-37.pyc | 3688 | 2020-03-12 |
超级玛丽\source\states\__pycache__\__init__.cpython-37.pyc | 123 | 2020-03-12 |
超级玛丽\source\__pycache__ | 0 | 2020-06-22 |
超级玛丽\source\__pycache__\constants.cpython-37.pyc | 4266 | 2020-03-12 |
超级玛丽\source\__pycache__\main.cpython-37.pyc | 681 | 2020-03-12 |
超级玛丽\source\__pycache__\setup.cpython-37.pyc | 542 | 2020-03-12 |
超级玛丽\source\__pycache__\tools.cpython-37.pyc | 3497 | 2020-03-12 |
超级玛丽\source\__pycache__\__init__.cpython-37.pyc | 116 | 2020-03-12 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.