Skip to content

guepardito/gameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Table of Contents

Introduction

The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway. The game is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.

Features

  • Create random and customized game states.
  • Simulate the evolution of the game board over time.
  • Save and load game states from files. (pending)

Installation

To run this project locally, follow these steps:

  1. Clone the repository

    https://github.com/guepardito/gameOfLife.git
    cd gameOfLife
  2. create a build directory

    mkdir build
    cd build
  3. build the project

    cmake ..
    make
    
  4. run the executable

    ./gameOfLife
    

Controls

Start/Pause: Spacebar
Click con the squares to grow/kill a cell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published