yendor.ts : a roguelike TypeScript library

jice jice.nospam at gmail.com
Wed Oct 15 16:28:54 PDT 2014


yendor.ts is a TypeScript API for roguelike developers inspired by the libtcod API.

Features :
* true color console
* robust random number generator
* field of view toolkit

It comes with a simple generic roguelike game to extend, based on the Roguebasin python roguelike tutorial (implemented up to chapter 9).

I don't intend to provide extensive support for this but I'll check issues and pull requests on github.

It might be convenient for 7DRL coders that don't want to struggle with portability issues.

It's been tested on following browsers :
* firefox
* chrome
* internet explorer 9, 11

Download : 
https://github.com/jice-nospam/yendor.ts

-- 
jice



More information about the roguelike-announce mailing list