uaineteine / GameOfLifeCore

Conway's Game of Life in C# as a .NET standard project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uaine.CA

A C# .NET standard project of a CA library and automaton of Conway's Game of Life.

Example

ConsoleExample

Features:
  • Seemless boundaries that can be used to allow wrapping.
  • Colour changes
  • History tracking
  • Multi-threaded
  • Multiple cellular automata algorithms

Getting Started

See the Program.cs file for execution and simulation of the cellular maps.

This project is packaged with libraries:

Version beta 2.0.1

See the changelog for details.

Authors

  • Daniel Stamer-Squair - UaineTeine

Copyright © 2020-2021 Daniel Stamer-Squair

Donate

ko-fi

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Conway's Game of Life in C# as a .NET standard project

License:MIT License


Languages

Language:C# 100.0%