/Spider_Arena

Primary LanguageJavaMIT LicenseMIT

License: MIT

Spider Arena

My first game in java Developed in 2014, while studying CS_101 while being an undergraduate in Mathematics.


Example

Spider Arena


Setup

Java-15 Javac-15

First of all, clone this project from Github. Then, check if you have maven installed.

Running the game

To run the game just use the following command:

>>> mvn clean compile exec:java

You can also generate a JAR file using the following command:

>>> mvn clean package

The file will appear in the target directory.