Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 410 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 410 Bytes

Clork

A text adventure game written in Clojure.

Written as part of the London Clojure User Group's dojo.

Join us at the London Java Community.

Usage

From a Clojure repl (you can use rake clork) then:

(use 'clork)

You can then move around using:

(north)
(east)
(south)
(west)

Installation

There is no installation as yet.

License

GPL v3