Game Inventors Club's current video game in progress. Uses Java with the Slick2d game library.
In order to use the Game you must have the slick libraries included in your build path. To do so in Eclipse follow these steps.
- Right click on the project and select 'Build Path' => 'Configure Build Path'
- Tab to Libraries
- For simplicity, remove all jars currently in Library besides the JRE Library
- On the top click on Add Jar
- Navigate through Finesse => slick => lib
- Multi-select jinput.jar / lwjgl_util.jar / lwjgl.jar / slick.jar
- Once returned to the Build Path page, drop down lwjgl_util and open up natives
- Click workspace
- Navigate through Finesse => slick => lwjgl-2.9.0 => native => your-current-os
Once finished you can run the slick game