Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 929 Bytes

Raycasting

Building and Running

This project uses Maven to manage dependencies and the build process.

To build an executable JAR, run mvn package in the project directory. The resulting JAR will be located at target/Raycasting-1.0-SNAPSHOT-jar-with-dependencies.jar which can be run via java -jar target/Raycasting-1.0-SNAPSHOT-jar-with-dependencies.jar or by double clicking on it (if your JRE is properly configured to do so).

To run the project directly from Maven, run mvn exec:java.

Most IDEs have built-in or plugin support for Maven projects, please consult your IDE documentation on how to use it.

Libaries Used

Check pom.xml for details.