# supermario **Repository Path**: majn/supermario ## Basic Information - **Project Name**: supermario - **Description**: Python实现超级玛丽 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-19 - **Last Updated**: 2024-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **项目目录结构:** 1、resources目录存放游戏界面各种资源文件,声音、图片、音乐等 2、source 存放源代码 components存放游戏中各种元素相关的代码 stats 存放游戏各个阶段(场景切换)的相关代码 3、通用部分 constants 存放常量 setup 项目启动时的相关 sound 声音处理香港 tools 各类工具