Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Releases: WhatIsBooleanStudios/jRogueClone

Final Release

15 Oct 20:09
a38c3e6
Compare
Choose a tag to compare

This is the final release of jRogueClone, the final version of the game is pre-compiled in the attached .zip and .tar files. Enjoy!

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Sep 15:58
Compare
Choose a tag to compare

Requires Java 11 minimum. Movement keys are "WASD", interact with "E" and inventory is "I".

Want to download? BASH:
mkdir jRogueClone && cd jRogueClone && curl -LJO https://github.com/notSam25/jRogueClone/releases/download/v1.0.0/jRogueClone.tar && tar -xvf jRogueClone.tar

Want to run? BASH:
./buildAndRun.sh

What's Changed

New Contributors

Full Changelog: https://github.com/notSam25/jRogueClone/commits/v1.0.0