用户:PandaZou查看:0 回复:1 评论:0 创建时间:2020-08-08T15:26:07
【作品展示】

【作品介绍】
超级马里奥用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