Skip to content
/ SnakeApp Public

An application that allows users to program a snake and compete against other snakes on the web

Notifications You must be signed in to change notification settings

m516/SnakeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeApp

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:

#####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!