Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 997 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 997 Bytes

License: MIT

Spider Arena

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


Example

Explorer


Setup

Java-15 Javac-15

Download the project from Github, compile using

>>> javac MAP.java MONSTRO.java EXPLORER.java COMIDA.java GameScreenCli.java

To install dependencies, maven and java 1.8 are needed, then you can run:

mvn clean install

Running the game

To run the game just use the java command

>>> javac MAP.java MONSTRO.java EXPLORER.java COMIDA.java GameScreenCli.java

or

mvn clean compile package
java -jar target/explorer-1.0.jar