jad837 / game-of-life

Conway's game of life web version!

Home Page:https://troytae-game-of-life.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Game of Life

Description

Conway's Game of Life web version!
I hope this repository is a good lab for Game of Life.
And I also hope this repository is a good start point for first contributor.

Demo

Demo gif
Website: https://troytae-game-of-life.netlify.app/

Installation

Prerequisites

Install Node.js

Step 1

Clone this repository.

git clone https://github.com/TroyTae/game-of-life.git

Step 2

Navigate to the folder.

cd game-of-life

Step 3

Install npm modules.

npm install

Step 4

If you want to start a server, use this command.

npm run start

Then you can go to http://localhost:4200 in your browser.

Contributors

Made with contributors-img

About

Conway's game of life web version!

https://troytae-game-of-life.netlify.app/

License:MIT License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.3%Language:HTML 0.4%Language:CSS 0.1%