In order to get the project working, you shoulf install the LWJGL library.
This game is a proof of concept made from scratch with no Game Engine used.
To setup it follow this instructions:
- download it from => https://www.lwjgl.org/customize it is preferable to choose them all, as well as the JOML from Addons.
- right click on the project in eclipse
- Choose "Build Path"
- if "LWJGL" doesn't exist
- Choose "Add Libraries"
- Select User Library, Next
- "User Libraries..." button
- "New" button
- Name it "LWJGL"
- Choose it
- "Add External Jars" button
- Choose all jar files downloaded from the link previously mentioned
- "Apply and close"