猫史档案馆


【Python作品分享】mario_level_1【作品秀】

用户:PandaZouPandaZou查看:0 回复:1 评论:0 创建时间:2020-08-08T15:26:07


【作品展示】

center_image

 

【作品介绍】

超级马里奥用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()

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
一个STUB用户_6923702一个STUB用户_6923702

你没给我data呀……

点赞0


评论