public
Description: A small cellular automata based on an hexagonal grid.
Homepage:
Clone URL: git://github.com/Artefact2/HexaLife.git
name age message
file COPYING Tue Jul 07 05:01:32 -0700 2009 Added proper files/doc. [Artefact2]
file INSTALL Tue Jul 07 05:01:32 -0700 2009 Added proper files/doc. [Artefact2]
file README Tue Jul 07 05:01:32 -0700 2009 Added proper files/doc. [Artefact2]
file build.xml Thu Jul 02 06:23:47 -0700 2009 First commit [Artefact2]
directory examples/ Mon Jul 06 12:50:26 -0700 2009 Added some example patterns. [Artefact2]
file manifest.mf Thu Jul 02 06:23:47 -0700 2009 First commit [Artefact2]
directory nbproject/ Thu Jul 02 06:23:47 -0700 2009 First commit [Artefact2]
directory src/ Wed Jul 08 16:27:13 -0700 2009 Better exceptions, show user friendly error mes... [Artefact2]
README
       __________                  __________
      /          \                /          \ 
     /            \              /            \
    /              \            /              \
   /    HexaLife    \__________/    Written     \
   \                /          \    In Java     /
    \              /            \              /
     \            /              \            /
      \__________/    Life        \__________/
                 \    Simulator   /
                  \              /
                   \            /
                    \__________/

HexaLife is a cellular automata based on a hexagonal grid.

CONTACT
=======

If you need help, have trouble running HexaLife or have a suggestion, 
you can email me at : artefact2@gmail.com.

LICENSE
=======

HexaLife is completely free and opensource. It is released under the 
WTFPL license. See the COPYING file for more details.

INSTALL
=======

See INSTALL file.