Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m516 authored May 12, 2017
1 parent 05a7002 commit eaeb147
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@

This project is an application that allows users to program a snake and compete against other snakes on the web. It serves as a client to ThePowerRule's SnakeServer application. Although two test snakes are provided, it is up to users to program intelligent snakes that can compete in online arenas.

##Installation instructions:
Installation instructions can be found on the [SnakeApp Wiki](https://github.com/ThePowerRule/SnakeApp/wiki).

#####1. Install EGit.
Go to http://www.eclipse.org/egit/download/ and find the latest distribution of EGit. Follow the instructions from the site to install EGit.

To install from this site, start up Eclipse 4.2.2 (Juno) or newer, then do:
Help > Install New Software... >
Copy this site's URL into Eclipse, and hit Enter.
When the site loads, select the features to install, or click the Select All button.
To properly resolve all dependencies, check "Contact all update sites during install to find required software"
Click Next, agree to the license terms, and install.

#####2. Install SnakeApp

In an Eclipse application, click on "File > Import...". If EGit is properly installed, you should see a "Git" folder. Inside of it should be a "Projects from Git" option. Click that and hit next.

Now you should be able to select Clone URI or Existing Local Repository. Hit Clone URI and click next.

In the URI text box type "https://github.com/ThePowerRule/SnakeApp/" and click next.

Select the master branch and hit next.

Create a directory to store your new project.

You're done!
Note: Although this repository will always contain the source code for SnakeApp, a JAR file will be periodically released to allow SnakeApp to work on all Java developing software.

0 comments on commit eaeb147

Please sign in to comment.