Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

executable file
·
12 lines (7 loc) · 464 Bytes

SoulsRL

An unconventional, browser-based roguelike.

public/js/rle.js is RLE, "Roguelike Engine," basically, an HTML5 canvas fake curses thing.

public/js/game.js is where the actual game stuff is.

public/js/fov.js is an FOV engine thing I stole from this RogueBasin page.

public/js/crow.mini.js is CrowLib.