Skip to content

Releases: gcallant/TwoBeOrNot2B

Dungeon Crawler

08 Jun 08:40

Choose a tag to compare

This release is the first production release. Currently this release supports a complete windows installer, which will install game into local user profile directory (by default- configurable during installation). As always- since this is a Java game, this will support any operating system running 1.8.0_40 or greater of the JRE.

For non-windows variants, game can be launched from the command line using java -jar DungeonCrawler.jar

Dungeon Crawler

07 Jun 19:37

Choose a tag to compare

Dungeon Crawler Pre-release
Pre-release

Final Pre-Release

DungeonCrawler

01 Jun 06:40

Choose a tag to compare

DungeonCrawler Pre-release
Pre-release

Fully working game with saving and loading completely implemented- most known bugs have been squashed in this version (please create a new issue ticket with any bugs or issues you come across- we would be much obliged :) )

Windows version should work just by double-clicking on the provided executable (Windows 8/10 might complain about "unknown application"- you will have to click "Learn More" and "Run Anyway" in these cases. There are no malicious entities in the provided binaries! We strive for data and privacy integrity to the utmost!)

For GNU/Linux and OSX Variants, one may execute the binary by using the provided self-executable jar. This jar can be executed from the command line with the command "java -jar DungeonCrawler-1.0-jar.jar"

DungeonCrawler

30 May 03:13

Choose a tag to compare

DungeonCrawler Pre-release
Pre-release

Release has full Maven dependencies included- for the time being Save/Load features are not supported- that will be fixed in an updated version in the next day or so :)

For non-windows, execute jar from command line "java -jar DungeonCrawler-1.0-jar.jar"

DungeonCrawler.exe

28 May 21:36

Choose a tag to compare

DungeonCrawler.exe Pre-release
Pre-release
Merge pull request #24 from gcallant/grantBranch

Grant branch