Exploratory code built on the MicroWorld engine mw-engine. Probably of interest only to me.
Find a file
2016-08-21 14:27:50 +01:00
src/mw_explore Updated Gorilla. Attempted to add standard header documentation, but 2016-08-21 14:27:50 +01:00
LICENSE Initial commit of the exploration stuff. 2015-04-13 20:42:34 +01:00
project.clj Updated Gorilla. Attempted to add standard header documentation, but 2016-08-21 14:27:50 +01:00
README.md Enough instructions that other people actually could try playing with this. 2015-04-13 21:13:07 +01:00

mw-explore

Exploratory add-ons based on the MicroWorld engine, probably of interest only to me.

Not strictly speaking part of MicroWorld; the rest of the system works fine without this.

Pre-requisites

You need git, leiningen and mw-engine

How you install git depends on your operating system; look for instructions here.

To install leiningen, follow the instructions here.

To install mw-engine, do the following:

git clone https://github.com/simon-brooke/mw-engine.git
cd mw-engine
lein install

You should then be good to go.

Usage

Ideally, use

lein gorilla

Then browse to the URL you're prompted with. From the menu, choose 'Load a worksheet'; currently you'll only find one. Play.

License

Copyright © 2015 Simon Brooke

Distributed under the GNU General Public License, version 2 or (at your option) any later version.