My first game in java Developed in 2014, while studying CS_101 while being an undergraduate in Mathematics.
First of all, clone this project from Github. Then, check if you have maven installed.
You can also generate a JAR file using the following command:
>>> mvn clean package compile
>>> java -jar target\spider_arena-1.0.jar
The file will appear in the target
directory.