Skip to content

Releases: Team-Monogram/caveman-gatherer

MVP of caveman-gatherer ~ Working Player

11 Sep 21:26
5b59802
Compare
Choose a tag to compare

TL;DR

This is the first release of working code from the caveman-gatherer repository.

How to run

To run the program without the IDEA IDE, download the PreHackstoric.zip file and extract it. Run the following command to run the program:

Windows CMD

java -cp PreHackstoric.jar;JavaSE.jar com.codename1.impl.javase.Simulator org.hack.h1.AppMain

Mac/Linux

java -cp PreHackstoric.jar:JavaSE.jar com.codename1.impl.javase.Simulator org.hack.h1.AppMain