Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages