branneman / zork-racket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zork-Racket

I'm implementing a Zork I-like game to learn Racket. It is nowhere near complete. Or stable. It seems to work on latest (v8.0 [cs]).

Run

./zork

Tests

All:

./test

Single file:

./test src/state.test.rkt

Watch for changes in the current directory with inotify-hookable:

inotify-hookable -q -f . -c 'clear && ./test'

About

License:The Unlicense


Languages

Language:Racket 99.5%Language:Shell 0.5%