Conway's Game of Life in C#. Playable in your nearest console!
The following short steps are to run the program:
- Clone the repository
git clone https://github.com/felieppe/ConwaysLife.git - Enter the main folder
cd ./ConwaysLife/ - Then, enter the ConwaysLife folder inside src folder and build the project
cd ./src/ConwaysLife
dotnet build - After that, just run the program
dotnet run
| Platform | Releases |
|---|---|
| Windows | Not available! |
| Linux | Not available! |