Skip to content

A simple exploration game made in java in 2014, in my first contact with programming.

License

Notifications You must be signed in to change notification settings

romavini/Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple exploration game made in java in 2014, in my first contact with programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages