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.
|
2 years ago | |
---|---|---|
.idea | 2 years ago | |
imgs | 2 years ago | |
src/com/sheep | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
SheepASheep.iml | 2 years ago |
README.md
SheepASheep
组长:肖成康
组员:钱会茶、张娅娟、濮清素
介绍
运行
-
下载
-
压缩包
下载 -> 下载ZIP -> 本地解压
-
git
下载 -> 复制网址 -> 在本地文件夹中git push here -> git clone 网址
-
-
编译运行
-
idea
- 打开idea
- 打开文件
- 找到下载的目录
- 打开SheepASheep / SheepASheep-Master
- 信任项目
- 找到开始文件src/com.sheep/view/Start
- 右键 -> 运行'Start.main()'
- 点击开始游戏
-
eclipse
-
打开eclipse
-
file -> Import -> General -> Project from Folder or Archive
-
Next
-
Directory -> 选择SheepASheep / SheepASheep-Master文件夹 -> 选择文件夹
PS:文件夹下一级是src、imgs等文件及文件夹
-
Finish
-
Windows -> Preferences
-
搜索works
-
选择第二个Workspace
-
左下角的Text file encoding -> 选择Other -> 选择UTF-8
-
右下角Apply -> Apply and Close
-
文件目录 -> sheepasheep/src/com.sheep.view.Start.java
-
右键 -> Run As -> Java Application
-
点击开始游戏
-
-