This project is a soon-to-be-unmaintained work-in-progress.
This is a game made for a project.. put more yap here.
Please report any issues to the "Issues" page.
To compile or run this project you need to have java and/or javac installed. please check that the version in Makefile (JAVAV value) matches that of your java --version. For archlinux the package for the required (current latest) java version is: jdk-openjdk. You can run make depcheck to ensure that your java version is correct.
This project uses the Makefile System. Enter the following into your terminal to download and run:
git clone https://github.com/aaliv3/game
cd game
make runTo Compile, run the following command instead of make run:
make run_build
Please read the Makefile file for more information.
Contributing is not recommended as this is a school project.