Difference between revisions of "Rot.js"

From RogueBasin
Jump to navigation Jump to search
(I found this fork of rot.js, ASCIIart sounds good.)
(Adding two games using rot.js.)
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
|developer = [[Ondras]]
|developer = [[Ondras]]
|released = May 22 2012
|released = May 22 2012
|updated = Nov 1 2016
|updated = Nov 1 2018
|status = Stable
|status = Stable
|licensing = BSD License
|licensing = BSD License
Line 8: Line 8:
|dependencies =
|dependencies =
|language = [[JavaScript]]
|language = [[JavaScript]]
|site = https://github.com/mdtrooper/rot.js
|site = http://ondras.github.com/rot.js/
}}
}}


Line 20: Line 20:
|dependencies =
|dependencies =
|language = [[JavaScript]]
|language = [[JavaScript]]
|site = http://ondras.github.com/rot.js/
|site = https://github.com/mdtrooper/rot.js
}}
}}


Line 52: Line 52:
* [http://7drl-lion.github.io/ Lyon's Den]
* [http://7drl-lion.github.io/ Lyon's Den]
* [https://github.com/thesnarky1/ironwood-js Ironwood-JS]
* [https://github.com/thesnarky1/ironwood-js Ironwood-JS]
* [[Sleeping Beauty]]
* [[Café Havoc]]
* [[Goldfish]]
* [[Goldfish]]
* [http://kevinw.github.io/funhouse/ FunhouseRL]
* [http://kevinw.github.io/funhouse/ FunhouseRL]
Line 59: Line 61:
* [[RailRL]]
* [[RailRL]]
* [[Rot Magus]]
* [[Rot Magus]]
* [http://tapiov.net/7drl-2015 Beware the Space Bears]
* [http://tapiov.net/7drl-2016 Fantastic Dungeons]

Revision as of 09:18, 2 March 2019

rot.js
Library project
Developer Ondras
Released May 22 2012
Updated Nov 1 2018
Status Stable
Licensing BSD License
P. Language JavaScript
Platforms Browser
Dependencies
Official site of rot.js


rot.js (with ASCIIart support)
Library project
Developer mdtrooper
Released May 22 2012
Updated Jun 13 2016
Status Stable
Licensing BSD License
P. Language JavaScript
Platforms Browser
Dependencies
Official site of rot.js (with ASCIIart support)


JavaScript roguelike toolkit, modelled slightly after libtcod. Twitter: https://twitter.com/rot_js

A tutorial is available here at Roguebasin. Another tutorial is available here.

There is a discussion group available: https://groups.google.com/forum/#!forum/rotjs

Features:

  • Interactive manual
  • <canvas> console display
  • RNG
  • Map generators (dungeon, cellular, mazes)
  • FOV, Lighting
  • Color manipulation
  • String formatting and ointerpolation
  • Pathfinding (Dijkstra, A*)
  • Simplex noise generator
  • Turn scheduling
  • Asynchronous game engine
  • Hex support (console, FOV, pathfinding, dungeon generation)

rot.js (with ASCIIart support)

This fork has a support for ASCIIart (link to wikipedia) for you use the image files in native format (jpg, png…) and the game shows a pretty ASCIIart.

Games written with rot.js: