The Microworld engine. Processes a world to create new states
Find a file
2014-07-24 22:31:11 +01:00
doc Written enough to create a world; get-neighbours function isn't working. 2014-06-29 18:19:21 +01:00
resources/heightmaps/20x20 A great deal of change, mainly tidy-up and documentation, but also 2014-07-03 20:17:24 +01:00
src/mw_engine Actually not sure at this moment what this change was, but tests pass... 2014-07-24 22:31:11 +01:00
test/mw_engine Added a utility function to set just one property of just one cell (and 2014-07-24 18:39:48 +01:00
buildall.sh Upversioned from 0.1.1-SNAPSHOT to 0.1.1 for release 2014-07-24 22:23:47 +01:00
LICENSE Changed license to GPL; some minor documentation changes. 2014-07-13 14:07:10 +01:00
project.clj Upversioned from 0.1.1 to 0.1.2-SNAPSHOT 2014-07-24 22:24:17 +01:00
README.md Minor documentation changes 2014-07-24 08:01:43 +01:00

mw-engine

Core cellular automaton engine for MicroWorld.

Usage

Primary entry points are make-world and run-world, both in mw-engine.core. See source or generated documentation for details. Documentation can be generated using

lein marg

License

Copyright © 2014 Simon Brooke

Distributed under the terms of the GNU General Public License v2