Skip to content

PATechmasters/GSCQ-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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

No packages published

Languages