Roguelike Library For Perl

From RogueBasin
Revision as of 15:57, 29 December 2008 by Simul (talk | contribs) (basic info on the library)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Roguelike Library for Perl
Beta Project
Developer erik aronesty
Theme {{{theme}}}
Influences Crawl
Released {{{released}}}
Updated {{{updated}}}
Licensing Open Source
P. Language perl
Platforms All
Interface ASCII, Tiles, Keyboard, Mouse
Game Length {{{length}}}
Official site of Roguelike Library for Perl



This is a modular easy to use Perl library for developing Roguelike Games.

Introduction

The purpose of this library will be to provide cross-platform terminal, line of sight, and other basic management features for the perl roguelike developer.

Features

Currently this library provides the following :

  • line of sight
  • mob (mobile creatures & characters) management
  • 2 kinds of map generation
  • mutliplayer terminal class library
  • support for curses, win32 console and ansi

Links