#!/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() |
下载链接:https: / / wwp.lanzouq.com / iA4wQy9wibe |
初级程序员
by: Edita 发表于:2022-01-07 16:55:40 顶(0) | 踩(0) 回复
哪个键是跳?
回复评论