1 Star 0 Fork 1

wy_backup/Mario

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
super_mario.py 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
咸鱼终有翻身的一天 提交于 2021-08-11 11:26 +08:00 . 添砖加瓦
# !/usr/bin/env python
# -*- encoding: utf-8 -*-
"""
@Author : Min
@File : super_mario.py
@Time : 2021/8/1 10:27
@Software: PyCharm Professional 2021.1.1
"""
from game.super_mario_game import SuperMarioGame # 主函数接口
if __name__ == "__main__":
game = SuperMarioGame()
game.run()
quit()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wy_backup/mario.git
git@gitee.com:wy_backup/mario.git
wy_backup
mario
Mario
master

搜索帮助