jpsheehan / simsimsim

An exploration in AI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimSimSim

A simple life simulation in C.

The simulation parameters can be changed by editing the source code (sorry!).

Running

The easiest way to run this is to install Nix and run the following commands:

nix-shell
make
./life

About

An exploration in AI.


Languages

Language:C 96.6%Language:Makefile 2.9%Language:Nix 0.4%