UniSim - 1.1.0
2D "universe" simulation, namely Conway's Game of Life and derivatives of it.
Julie Marchant
(onpon4)
This is a program I created over a weekend. The core of the coding took about 3 hours, with the rest of my time on this project spent making optimizations and adding small things.
UniSim currently only simulates Conway's Game of Life and derivatives of it. However, I am open to suggestions for more "universe" types, as long as they are 2D.
I have two separate versions for UniSim: a Python 2.4 version and a Python 3.0 version. The Py2.4 version optionally supports Psyco, which speeds up the program a lot, making larger "universes" more practical.
There are also Windows and Linux binaries which are made with the Py2.4 version using Python 2.6 (for Windows) and Python 2.7 (for Linux). The Windows binary includes Psyco, but the Linux binary doesn't, since I have not yet been able to successfully install Psyco on Linux.
Here is a full list of downloads:
Python 2.4 source:
unisim-1.1.0.pysrc-2.4.tar.gz
unisim-1.1.0.pysrc-2.4.zip
Python 3.0 source:
unisim-1.1.0.pysrc-3.0.tar.gz
unisim-1.1.0.pysrc-3.0.zip
Windows x86 binary:
unisim-1.1.0.win32-2.6.zip
Linux i686 binary:
unisim-1.1.0.linux-i686-2.7.tar.gz
UniSim currently only simulates Conway's Game of Life and derivatives of it. However, I am open to suggestions for more "universe" types, as long as they are 2D.
I have two separate versions for UniSim: a Python 2.4 version and a Python 3.0 version. The Py2.4 version optionally supports Psyco, which speeds up the program a lot, making larger "universes" more practical.
There are also Windows and Linux binaries which are made with the Py2.4 version using Python 2.6 (for Windows) and Python 2.7 (for Linux). The Windows binary includes Psyco, but the Linux binary doesn't, since I have not yet been able to successfully install Psyco on Linux.
Here is a full list of downloads:
Python 2.4 source:
unisim-1.1.0.pysrc-2.4.tar.gz
unisim-1.1.0.pysrc-2.4.zip
Python 3.0 source:
unisim-1.1.0.pysrc-3.0.tar.gz
unisim-1.1.0.pysrc-3.0.zip
Windows x86 binary:
unisim-1.1.0.win32-2.6.zip
Linux i686 binary:
unisim-1.1.0.linux-i686-2.7.tar.gz