Difference between revisions of "Roguelike Library For Perl"

From RogueBasin
Jump to navigation Jump to search
(basic info on the library)
 
Line 2: Line 2:
|developer = erik aronesty
|developer = erik aronesty
|influences = Crawl
|influences = Crawl
|theme = Any
|updated = 2008-12-29
|released = n/a
|language = perl
|language = perl
|platforms = All
|platforms = All
Line 11: Line 14:




This is a modular easy to use Perl library for developing Roguelike Games.
Modular, easy to use Perl library for developing Roguelike Games.  Still in pre-alpha, but useful if you're looking for info on console handling and line-of-sight in Perl.


== Introduction ==
== Introduction ==

Revision as of 15:59, 29 December 2008

Roguelike Library for Perl
Beta Project
Developer erik aronesty
Theme Any
Influences Crawl
Released n/a
Updated 2008-12-29
Licensing Open Source
P. Language perl
Platforms All
Interface ASCII, Tiles, Keyboard, Mouse
Game Length {{{length}}}
Official site of Roguelike Library for Perl



Modular, easy to use Perl library for developing Roguelike Games. Still in pre-alpha, but useful if you're looking for info on console handling and line-of-sight in Perl.

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