Info
| Version: | 1.0.0 |
| Author(s): | Tim Hanewich |
| Last Update: | Tuesday, May 5, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/CellularAutomata.GameOfLife |
Install
Install-Package CellularAutomata.GameOfLife
dotnet add package CellularAutomata.GameOfLife
paket add CellularAutomata.GameOfLife
CellularAutomata.GameOfLife Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Uses arrays of boolean values to simulate cells. Also includes a cloud compute module for computing the next frame in the cloud instead of on the local device to save cycles.