Skip to content

hawkthorne/hawkthorne-client-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hawkthorne-client-java

Setting up Your Environment

  1. Download the most recent version of The Eclipse IDE for Java EE Developers
  2. Navigate to http://code.google.com/p/libgdx/wiki/ProjectSetupNew to set up your environment
  3. Fork this repository by clicking the 'Fork' button on the top of this page
  4. Clone this repository by clicking the 'Clone ...' button on this page
  5. Open up Eclipse
  6. Go to File > New > Project
  7. Select Java Project and click Next
  8. Unselect "Use default location" and browse to wherever you cloned this repository
  9. Click Finish
  10. In the menu bar go to Windows > Show View > Other > General > Project Explorer
  11. Right click the project and go to Properties
  12. In the Java Build Path Tab add gdx, gdx-audio, gdx-backends-lwjgl, and gdx-maps
  13. Select OK

Running the Client without Eclipse:

Multiplayer Hawkthorne

Required Files

  1. client.love
  2. server.love

Optional Files

  1. javaClient.zip

Execution instructions

  1. put server.love and client.love in an empty folder
  2. double click server.love
  3. double click client.love

Optional(assumes you've done step 2)

  1. extract javaClient.zip's 2 files into another empty folder
  2. double click client.jar

Releases

No releases published

Packages

No packages published

Languages