Darkenvader is a game I wrote in highschool in 2003 for Java 1.3.
The 2003 version is tagged in git as v1.0
Since then I have fixed a number of bugs, and added a modern build system.
Running
I have tested Darkenvader using versions 8 and 12 of OpenJDK and Oracle's JDK.
Linux / MacOS
cd
into the root directory- Run
./gradlew run
Windows
cd
into the root directory- Run
gradlew.bat run
Known issues
- Battle is not implemented (Just press
v
to win ord
to lose)