RLJLogo-small.jpg Roguelike Library For Java
Main
Fov/Los
Tutorial
Results
Download

Demos
    Fov/Los Demo
    CharDesigner Demo


Sourceforge Project Page
This is a modular easy to use Java library for developing Roguelike Games.

The purpose of this library will be to provide functions like Line of Sight, Field of View, Pathfinding, Dungeon generation, etc that you will need for writing your Roguelike, but the code that is either hard to find or hard to separate out from existing projects.

Currently this library provides the following :
  • Field of View
    • Precise Permissive 
    • Shadowcasting.
  • Cone Field of Vision
    • Precise Permissive 
    • Shadowcasting.
  • Line of Sight
    • Bresenham
    • Symmetric Bresenham
    • Opportunistic Bresenham
    • Precise Permissive 
    • Shadowcasting.
  • Projection
    • Bresenham
    • Symmetric Bresenham
    • Opportunistic Bresenham
    • Precise Permissive 
    • Shadowcasting.

I hope to provide the following in the future: Noise based world generation, dungeon generation, path finding.