![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Public Member Functions | |
void | init () |
void | orthogonalS () |
void | orthogonalW () |
void | orthogonalE () |
void | orthogonalN () |
void | diagonalNW () |
void | diagonalSE () |
void | diagonalNE () |
void | diagonalSW () |
Protected Member Functions | |
abstract PathFinder | getInstance () |
Protected Attributes | |
PathFinder | pathfinder |