Skip to content

dkostmii/game-of-life-p5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glider icon Game of life

Simple Cellular automata 2D (Conway's Game of Life) using p5.js

This project is based on The Game of Life by Coding Train

Slightly modified it to have more functional code.

Requirements

You will need Node.js to easily install dependencies.

Get started

You can try it out here or run it by yourself:

  • Install dependencies by running:

      npm install
    
  • Start project with:

      npm run start
    
  • Enjoy it!