facundoolano / advenjure-example

Example game for the advenjure engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advenjure-example

Example game

Example game for the advenjure text game engine. You can play it online here.

Usage

Clone the respository and Install leiningen if necessary. To run the example game on the terminal:

lein run

To run the example game on the browser, using figwheel for development:

lein figwheel dev

Then open http://localhost:3449.

To compile the optimized JavaScript to run in production:

lein cljsbuild once main

Then open resources/public/index.html.

About

Example game for the advenjure engine

License:Eclipse Public License 1.0


Languages

Language:Clojure 73.0%Language:CSS 23.0%Language:HTML 4.0%