The Microworld engine. Processes a world to create new states
Find a file
2014-07-21 11:02:31 +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 Very minor tidy-up 2014-07-21 11:02:31 +01:00
test/mw_engine Rule engine now running very relaibly with no errors showing. 2014-07-20 15:14:10 +01:00
LICENSE Changed license to GPL; some minor documentation changes. 2014-07-13 14:07:10 +01:00
project.clj Improved debugging, and lots more tests. Ultimately I intend the 2014-07-19 13:22:38 +01:00
README.md Minor formatting change 2014-07-18 15:14:24 +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] (http://www.gnu.org/licenses/gpl-2.0.html)