An open API service indexing awesome lists of open source software.

https://github.com/craigchilds94/javagame


https://github.com/craigchilds94/javagame

Last synced: 4 months ago
JSON representation

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 system

You should now be able to work on developing this game, just ensure that you've set up git correctly!