资 源 简 介
Yet another library to help you build Roguelikes in Java.
Currently features:
* Precise Permissive FOV (and LOS of course)
* Pathfinding (A-star, Dijkstra Search, and goal-oriented "Dijkstra Maps")
* a dice roller with several dice styles (all your favorite tabletop RNGs)
* a JPanel subclass that can display your dungeon for you.
I"m not really interested in using a curses style interface to write to the screen. Swing does it just fine.