Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 625 Bytes

File metadata and controls

20 lines (18 loc) · 625 Bytes

ConwaysLife

Conway's Game of Life in C#. Playable in your nearest console!

Installation

The following short steps are to run the program:

  1. Clone the repository
    git clone https://github.com/felieppe/ConwaysLife.git
  2. Enter the main folder
    cd ./ConwaysLife/
  3. Then, enter the ConwaysLife folder inside src folder and build the project
    cd ./src/ConwaysLife
    dotnet build
  4. After that, just run the program
    dotnet run

Downloads

Platform Releases
Windows Not available!
Linux Not available!