Skip to content

Releases: DamanjitG/Game-Of-Life

1.1

09 Nov 21:49
Compare
Choose a tag to compare

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

14 Aug 16:28
Compare
Choose a tag to compare

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.