Releases: DamanjitG/Game-Of-Life
Releases · DamanjitG/Game-Of-Life
1.1
Updated to display generations continuously. Also included self-contained .exe file to run the game on machines without .NET Core installed.
Download and run GameOfLife.exe
if your machine does not have .NET Core. If you have .NET Core, download and extract GameOfLife.zip and either run the executable or run dotnet GameOfLife.dll
from the command line.
First Release
This is the first executable release. You can run the game from the command line by executing
dotnet GameOfLife.dll
on any machine that has .NET Core installed.
Warning: The .exe file does not work correctly, this is a known issue. You must run from the command line for the game to work properly.