This project is for A-Level Computer Science, completed in 2017.
The project is a low-poly, basic, tank simulation sort of a game.
- Create a new workspace or naviagate to an existing workspace
- Clone the project into the workspace folder
- In Eclipse, right click in the
Package Explorer
window and selectNew
->Java Project
- For
Project Name
enter the name of the folder you cloned the project into exactly, it should say use existing sources to build project. Click finish - Right click on the project folder in Eclipse and click
Build Path
->Configure Build Path...
- Under the
Libraries
tab clickAdd External JARs...
- Navigate to
project_folder/lib/lwjgl/jar
and selectlwjgl.jar
- Expand the new
lwjgl.jar
and add the following:- Source attachment -
project_folder/lib/lwjgl/src.zip
- Javadoc location -
project_folder/lib/lwjgl/doc/javadoc.zip
- Native library location -
project_folder/lib/lwjgl/native/
- Source attachment -
- Run the Main.java file
Java Version: 1.8.0
IDE: Eclipse Juno
LWJGL: 3.0.0 SNAPSHOT build 90