Skip to content

atamburino/Game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Overview

This project is an implementation of Conway's Game of Life in C#. Conway's Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning its evolution is determined by its initial state, requiring no further input. The game consists of a grid of cells that can live, die, or multiply based on a few mathematical rules.

Prerequisites

  • .NET SDK (version 5.0 or later)
  • Visual Studio or any C# compatible IDE

Installation

  1. Clone the Repository:

  2. Open the Project:

    • Open the solution file GOLStartUp.sln in Visual Studio or your preferred IDE.
  3. Build the Project:

    • In Visual Studio, build the solution by selecting Build > Build Solution from the menu, or by pressing Ctrl+Shift+B.
  4. Run the Project:

    • Start the project by pressing F5 or selecting Debug > Start Debugging.

Acknowledgements

  • Conway's Game of Life was created by John Horton Conway in 1970.
  • Inspiration and information about Conway's Game of Life can be found on Wikipedia.

About

Project #1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages