racket-roguelike icon indicating copy to clipboard operation
racket-roguelike copied to clipboard

Code for a tutorial series on writing a Roguelike in Racket

A tutorial series on writing a Roguelike in Racket.

If you are using the HEAD, the https://github.com/jpverkamp/ascii-canvas, https://github.com/jpverkamp/noise, and https://github.com/jpverkamp/thing modules have been converted into Racket packages. You will need to install them:

raco pkg install github://github.com/jpverkamp/ascii-canvas/master
raco pkg install github://github.com/jpverkamp/noise/master
raco pkg install github://github.com/jpverkamp/thing/master