用户:
yuchensama查看:1 回复:4 评论:1 创建时间:2021-04-09T20:53:16
【作品展示】

【作品介绍】
简单的一个马里奥跑酷W/D/S/A控制网上教程做的也做了蛮久的希望能玩玩
【作品源代码】
#!/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