Welcome, Guest! Log In | Create Account

Share

Roguelike library for Java

by datta_sid

A modular easy to use Java RogueLike library. Currently provides Field of View , Line of Sight, Projection in multiple algorithms. Coming up: Noise based world generation, dungeon generation, path finding. Check out the website for details.


http://rlforj.sourceforge.net

Role-Playing

Project Feed

  • rlforj 0.2 file released: rlforj.0.2.jar

    Some bug fixes to Fov/Los.
    
    Added a CharVisualCanvas widget that displays a 2D ASCII map.
    
    Added CharDesigner, CharChooser and FontChooser classes that can help users design a glyph from any font.

    09:08AM on Feb 01 2008

  • rlforj 0.1 file released: rlforj.0.1.jar

    Added the following functionality:
    
        *  Field of View
              o Precise Permissive 
              o Shadowcasting.
        * Cone Field of Vision
              o Precise Permissive 
              o Shadowcasting.
        * Line of Sight
              o Bresenham
              ...

    10:49PM on Dec 19 2007

  • Roguelike Library for Java 0.1 released, LOS and FOV

    The first release of Roguelike Libary for Java has been made. This release has the following Field of View (Precise Permissive, Shadowcasting) Cone Field of Vision (Precise Permissive, Shadowcasting) Line of Sight (Bresenham, Symmetric Bresenham, ...

    08:02PM on Dec 19 2007 by datta_sid

Roguelike library for Java Actions