Skip to content

ciupam/gol

Repository files navigation

gol

👥 Game of Life using Web Workers API

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Disclaimer

Software will most likely run only on Chrome and Edge web browsers because of SharedArrayBuffer and Atomics objects.

Prerequisites

What things you need to run the software on your own:

  • Node.js (>=12.16.2)

Installation and Setup

Install dependencies: npm i

Start in dev mode: npm start

Type in browser: localhost:9000

Built with