public
Description: An OpenSimulator region module to demonstrate Conway's Game of Life
Homepage: http://fernseed.usu.edu
Clone URL: git://github.com/aduffy70/ConwayGOL.git
commit  7ec44d3822fff5d7494c5c63cf94883a44f871cf
tree    b077d92c6e6128a9c73c3eedf73b62415e7d9e88
parent  3b250805a99bfc11bc256d7879d3e19b61d27f32
README
NAME
ConwaysGOL

DESCRIPTION
An OpenSimulator (http://www.opensimulator.org) region module to demonstrate Conway's Game of Life on the surface of a 
toroid

BUILD NOTES
This module uses several libraries that I have not included.  The expectation is that the ConwaysGOL/ folder will be 
placed in the bin/ folder of your OpenSimulator installation.  This will provide access to all required libraries.

(I think the license of OpenSimulator would allow me to redistribute those libraries along with this module, but I'm new 
to opensource and do not want to risk doing it incorrectly.)

USAGE NOTES


TODO
In no particular order...
Move configurable settings to an ini file and provide an ini.example.
Document installation, configuration, and use.
Pull necessary 3rd party libraries into the project (in a way that is appropriate for their individual licenses).
Test module on opensim instances with multiple regions per instance and make necessary changes (All my test regions are 
a single region per opensim instance).
Add commands to allow users to change the starting pattern.