Skip to content

lagdotcom/rlscript-jsdriver

Repository files navigation

rlscript

For this year's RoguelikeDev does the Complete Roguelike Tutorial, here's my entry, written in a language I'm creating specifically for the purpose.

Getting started

If you just want to play the game, open up docs/index.html. If you want to build from scratch, use the following invocation:

npm i                   # fetch dependencies
npm run grammar         # this builds the parser grammar
npm run ctest           # this compiles week1.rl
npm run lint            # this makes the code look nicer :)
npm run dev             # this bundles the game into one JS file

Technical Details

TODO when I have more time and I'm not living out of a hotel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published