Emergence is a simple C++ application that showcases different algorithms based on emergent behavior and cellular automation. Currently, it supports:
Game Of Life | Langton's Ant | Falling Sand |
---|---|---|
Key | Description |
---|---|
LEFT MOUSE | Interact (usually by allowing you to place a pixel given the context of the simulation.) |
C | Cycles to the next simulation. |
R | Resets the current simulation. |
- Visual Studio (Not required, however the premake scripts only support VS.)
- Windows (Currently the premake scripts only support Windows.)
Once you have cloned, run the Setup-Windows.bat
script to generate solution/project files for Visual Studio.