Releases: gcallant/TwoBeOrNot2B
Dungeon Crawler
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
Final Pre-Release
DungeonCrawler
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
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
Merge pull request #24 from gcallant/grantBranch Grant branch