资源简介
超级玛丽的python源码,pygame环境配置好后,可直接运行;适合python开发及游戏开发;
代码片段和文件信息
#!/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()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-06-30 10:48 Mario-Level-1-master\
文件 13 2016-06-30 10:48 Mario-Level-1-master\.gitignore
文件 587 2016-06-30 10:48 Mario-Level-1-master\README.md
目录 0 2016-06-30 10:48 Mario-Level-1-master\data\
文件 322 2016-06-30 10:48 Mario-Level-1-master\data\.gitignore
文件 31 2016-06-30 10:48 Mario-Level-1-master\data\__init__.py
目录 0 2016-06-30 10:48 Mario-Level-1-master\data\components\
文件 31 2016-06-30 10:48 Mario-Level-1-master\data\components\__init__.py
文件 5664 2016-06-30 10:48 Mario-Level-1-master\data\components\bricks.py
文件 1522 2016-06-30 10:48 Mario-Level-1-master\data\components\castle_flag.py
文件 529 2016-06-30 10:48 Mario-Level-1-master\data\components\checkpoint.py
文件 2543 2016-06-30 10:48 Mario-Level-1-master\data\components\coin.py
文件 4594 2016-06-30 10:48 Mario-Level-1-master\data\components\coin_box.py
文件 545 2016-06-30 10:48 Mario-Level-1-master\data\components\collider.py
文件 5379 2016-06-30 10:48 Mario-Level-1-master\data\components\enemies.py
文件 3979 2016-06-30 10:48 Mario-Level-1-master\data\components\flagpole.py
文件 2352 2016-06-30 10:48 Mario-Level-1-master\data\components\flashing_coin.py
文件 16496 2016-06-30 10:48 Mario-Level-1-master\data\components\info.py
文件 43395 2016-06-30 10:48 Mario-Level-1-master\data\components\mario.py
文件 10484 2016-06-30 10:48 Mario-Level-1-master\data\components\powerups.py
文件 3771 2016-06-30 10:48 Mario-Level-1-master\data\components\score.py
文件 3020 2016-06-30 10:48 Mario-Level-1-master\data\constants.py
文件 3379 2016-06-30 10:48 Mario-Level-1-master\data\game_sound.py
文件 571 2016-06-30 10:48 Mario-Level-1-master\data\main.py
文件 716 2016-06-30 10:48 Mario-Level-1-master\data\setup.py
目录 0 2016-06-30 10:48 Mario-Level-1-master\data\states\
文件 322 2016-06-30 10:48 Mario-Level-1-master\data\states\.gitignore
文件 31 2016-06-30 10:48 Mario-Level-1-master\data\states\__init__.py
文件 57335 2016-06-30 10:48 Mario-Level-1-master\data\states\level1.py
文件 3077 2016-06-30 10:48 Mario-Level-1-master\data\states\load_screen.py
文件 4739 2016-06-30 10:48 Mario-Level-1-master\data\states\main_menu.py
............此处省略46个文件信息
相关资源
- Python地理空间分析指南第2版.pdf
- scipy_0.14.0 for python2.7 64位
- python-3.7.2-amd64.exe
- python2.7 安装包
- python写的tcp局域网聊天程序源码+exe
- Python3.5.5
- opencv3机器视觉python语言实现.zip
- Python金融大数据分析.zip
- Python数据挖掘入门与实践(高清PDF+随
- Python-CCKS2017中文电子病例命名实体识
- python2.7一键安装附环境搭建方法说明
- 《Python语言在Abaqus中的应用》 曹金凤
- 《Python编程实践》PDF及代码.part1
- 《Python编程实践》PDF及代码.part2.rar
- Python核心编程第3版带目录高清中文版
- Python 3.9.1 64位安装包.zip
- Deep Learning for Computer Vision with Python
- Python-3.6.6.tar.gz
- Python编程:从入门到实践 2018高清 中
- python-3.8.0.exe
- Python计算机视觉编程完整版PDF
- python3.7 官方中文手册文档全套
- scrapy专利爬虫
- GOC京东物流车辆调度A榜赛题Python实现
- [全套55讲]鱼C论坛小甲鱼Python课后题
- 《Python数据挖掘入门与实践 》 作者:
- Python-3.8.1.tgz
- 基于python编写的串口调试助手,内含
- 物体检测识别python源代码
- python_x64_v3.8.5.zip
评论
共有 条评论