Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

rootasjey/conway_electron

Repository files navigation

conway

Another Conway's Game of Life implemetation

screenshot.png

Quick start

Clone this repo

git clone https://github.com/rootasjey/conway.git

Install dependencies

yarn
npm install

Run the app

yarn run start
npm start

Tests

Ava is used as the tests runner

yarn run test
npm run test

Linter

yarn run lint
npm run lint

Licence

MIT

Resources