-
Notifications
You must be signed in to change notification settings - Fork 1
PATechmasters/GSCQ-Engine
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
KNOWN BUGS:
The HUD occasionally doesn't update until after your next move if you've been buying from the shop.
STYLE INCONSISTENCIES:
There may be a few instances of the following discrepancy:
if (...) {
...
}
else { ... }
vs
if (...) {
...
} else {
...
}
as well as general minor things such as inconsistencies with the placement of parenthesis. We apologize for any lack of clarity induced.
About
A roguelike engine written in JavaFX
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published