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.
Xiao 7128b6cc29
readme reWrite
2 years ago
.idea idea 2 years ago
imgs imgs 2 years ago
src/com/sheep src 2 years ago
.gitignore Initial commit 2 years ago
README.md readme reWrite 2 years ago
SheepASheep.iml iml 2 years ago

README.md

SheepASheep

组长:肖成康

组员:钱会茶、张娅娟、濮清素

介绍

运行

  1. 下载

    • 压缩包

      下载 -> 下载ZIP -> 本地解压

    • git

      下载 -> 复制网址 -> 在本地文件夹中git push here -> git clone 网址

  2. 编译运行

    • idea

      1. 打开idea
      2. 打开文件
      3. 找到下载的目录
      4. 打开SheepASheep / SheepASheep-Master
      5. 信任项目
      6. 找到开始文件src/com.sheep/view/Start
      7. 右键 -> 运行'Start.main()'
      8. 点击开始游戏
    • eclipse

      1. 打开eclipse

      2. file -> Import -> General -> Project from Folder or Archive

      3. Next

      4. Directory -> 选择SheepASheep / SheepASheep-Master文件夹 -> 选择文件夹

        PS文件夹下一级是src、imgs等文件及文件夹

      5. Finish

      6. Windows -> Preferences

      7. 搜索works

      8. 选择第二个Workspace

      9. 左下角的Text file encoding -> 选择Other -> 选择UTF-8

      10. 右下角Apply -> Apply and Close

      11. 文件目录 -> sheepasheep/src/com.sheep.view.Start.java

      12. 右键 -> Run As -> Java Application

      13. 点击开始游戏