You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .idea | 3 years ago | |
| libs | 3 years ago | |
| out/production/SuperMario | 3 years ago | |
| src | 3 years ago | |
| README.md | 3 years ago | |
| SuperMario.iml | 3 years ago | |
README.md
SuperMario
组长:唐鸿雁 组员:赵昊康、高燊、吉妙
#安装教程 1.下载ZIP压缩包,然后在本地解压 2.Git克隆,复制下载项的网址,打开Git Bash,cd到预下载的文件夹,git push here,git clone 网址
#编译环境 #IDEA 1.下载IDEA开发平台,官网:https://www.jetbrains.com/zh-cn/idea/ 2.打开下载或克隆的项目,点击运行开始游玩 3.若出现运行键为灰色无法运行,选择上方Run->Edit Configurations->点击左上角的加号->点击Application->在右边红框选择并添加主类->MyFrame->确定 4.点击运行开始游玩