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 Explorerwindow and selectNew->Java Project - For
Project Nameenter 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
Librariestab clickAdd External JARs... - Navigate to
project_folder/lib/lwjgl/jarand selectlwjgl.jar - Expand the new
lwjgl.jarand 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