资源简介
Pygame游戏源代码:超级玛丽
包含代码、图片、声音等所有资源,可直接运行
代码片段和文件信息
#!/usr/bin/env python
__author__ = ‘justinarmstrong‘
“““
This is an attempt to recreate the first level of
Super Mario Bros for the NES.
“““
import sys
import pygame as pg
from data.main import main
import cProfile
if __name__==‘__main__‘:
main()
pg.quit()
sys.exit()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 13 2016-06-30 18:48 Mario-Level-1-master\.gitignore
..A..H. 322 2016-06-30 18:48 Mario-Level-1-master\data\.gitignore
文件 5664 2016-06-30 18:48 Mario-Level-1-master\data\components\bricks.py
文件 1522 2016-06-30 18:48 Mario-Level-1-master\data\components\castle_flag.py
文件 529 2016-06-30 18:48 Mario-Level-1-master\data\components\checkpoint.py
文件 2543 2016-06-30 18:48 Mario-Level-1-master\data\components\coin.py
文件 4594 2016-06-30 18:48 Mario-Level-1-master\data\components\coin_box.py
文件 545 2016-06-30 18:48 Mario-Level-1-master\data\components\collider.py
文件 5379 2016-06-30 18:48 Mario-Level-1-master\data\components\enemies.py
文件 3979 2016-06-30 18:48 Mario-Level-1-master\data\components\flagpole.py
文件 2352 2016-06-30 18:48 Mario-Level-1-master\data\components\flashing_coin.py
文件 16496 2016-06-30 18:48 Mario-Level-1-master\data\components\info.py
文件 43395 2016-06-30 18:48 Mario-Level-1-master\data\components\mario.py
文件 10484 2016-06-30 18:48 Mario-Level-1-master\data\components\powerups.py
文件 3771 2016-06-30 18:48 Mario-Level-1-master\data\components\score.py
文件 31 2016-06-30 18:48 Mario-Level-1-master\data\components\__init__.py
文件 6128 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\bricks.cpython-35.pyc
文件 2053 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\castle_flag.cpython-35.pyc
文件 960 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\checkpoint.cpython-35.pyc
文件 2746 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\coin.cpython-35.pyc
文件 4356 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\coin_box.cpython-35.pyc
文件 917 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\collider.cpython-35.pyc
文件 6449 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\enemies.cpython-35.pyc
文件 4977 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\flagpole.cpython-35.pyc
文件 2319 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\flashing_coin.cpython-35.pyc
文件 14260 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\info.cpython-35.pyc
文件 26875 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\mario.cpython-35.pyc
文件 11667 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\powerups.cpython-35.pyc
文件 4213 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\score.cpython-35.pyc
文件 186 2018-06-10 15:16 Mario-Level-1-master\data\components\__pycache__\__init__.cpython-35.pyc
............此处省略77个文件信息
相关资源
- Python测试驱动开发(第二版)中英文
- Practical Social Network Analysis with Python
- 《Python编程:从入门到实践》带源代
- Python科学计算第2版
- Computer Simulation Foundational Approach Pyt
- FlaskWeb开发:基于Python的Web应用开发实
- 用Python写网络爬虫PDF&源码
- Introduction to Python Programming and Develop
- Python网络数据采集.pdf
- Python核心编程第3版中文版.pdf
- Python编程:从入门到实践.pdf
- python学习导图
- 微信公众号开发教程1python
- Python程序设计第3版完整文字版带书签
- Python网络数据采集 高清完整.pdf版
- Python与Tkinter编程
- Introduction to Machine Learning with Python 英
- Fluent Python 无水印pdf
- Effective Python 无水印pdf
- Automate the Boring Stuff with Python 无水印
- python环境离线快速安装带pip
- 图灵书籍(流畅的Python.pdf+Python基础教
- python脚本运行环境.zip
- Python数据科学手册(高清完整版2018版
- Python编程:从入门到精通配套资源.
- dlib_face_recognition_resnet_model_v1.dat人脸识
- python 3.7.0 for Windows
- 面向ArcGIS的Python脚本编程.pdf
- 廖雪峰大神python教程1-3及新版全套P
- Python数据科学手册:Python Data Science
评论
共有 条评论