Difference between revisions of "Rot.js"

From RogueBasin
Jump to navigation Jump to search
m (Added my game to the list)
 
(One intermediate revision by one other user not shown)
Line 45: Line 45:
'''rot.js (with ASCIIart support)'''
'''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.
This [https://github.com/mdtrooper/rot.js fork] has a support for [https://en.wikipedia.org//wiki/ASCII_art ASCIIart] for you use the image files in native format (jpg, png…) and the game shows a pretty ASCIIart.


'''Games written with rot.js:'''
'''Games written with rot.js:'''
Line 67: Line 67:
* [[Emmanuel de Rouge and the Amulet of Quetzalcoatl]]
* [[Emmanuel de Rouge and the Amulet of Quetzalcoatl]]
* [https://codepen.io/jcubic/full/oMbgym Example game by Jakub T. Jankiewicz]
* [https://codepen.io/jcubic/full/oMbgym Example game by Jakub T. Jankiewicz]
* [https://cystic-pizza.itch.io/untitled-roguelike Untitled Roguelike]

Latest revision as of 03:19, 9 January 2023

rot.js
Library project
Developer Ondras
Released May 22 2012
Updated Jul 21 2021
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 for you use the image files in native format (jpg, png…) and the game shows a pretty ASCIIart.

Games written with rot.js: