- Download the most recent version of The Eclipse IDE for Java EE Developers
- Navigate to http://code.google.com/p/libgdx/wiki/ProjectSetupNew to set up your environment
- Fork this repository by clicking the 'Fork' button on the top of this page
- Clone this repository by clicking the 'Clone ...' button on this page
- Open up Eclipse
- Go to File > New > Project
- Select Java Project and click
Next
- Unselect "Use default location" and browse to wherever you cloned this repository
- Click Finish
- In the menu bar go to Windows > Show View > Other > General > Project Explorer
- Right click the project and go to Properties
- In the Java Build Path Tab add gdx, gdx-audio, gdx-backends-lwjgl, and gdx-maps
- Select OK
- put server.love and client.love in an empty folder
- double click server.love
- double click client.love
- extract javaClient.zip's 2 files into another empty folder
- double click client.jar