https://github.com/craigchilds94/javagame
https://github.com/craigchilds94/javagame
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/craigchilds94/javagame
- Owner: CraigChilds94
- Created: 2013-12-03T16:13:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T13:25:14.000Z (over 11 years ago)
- Last Synced: 2024-12-06T21:12:58.437Z (6 months ago)
- Language: Java
- Size: 4.26 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#DOCUMENTATION
###Here is a short guide on how to set up an Eclipse IDE to start development on this game:
* First create a new Project with the sources from this repo
* Right Click->Properties, Go to Java Build Path->Libraries, click Add Jars, navigate to '/lib/jars' and select the two '.jar' files
* Click the little arrow next to 'lwjgl.jar' and edit the native, navigate to '/lib/natives' and select the folder for your operating systemYou should now be able to work on developing this game, just ensure that you've set up git correctly!