Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.83 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.83 KB

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