2021-04-22 00:02:49 +05:00
2021-04-21 19:08:38 +05:00
2021-04-21 19:08:38 +05:00
2021-04-21 19:08:38 +05:00
2021-04-21 23:05:08 +05:00
2021-04-22 00:02:49 +05:00
2021-04-21 19:08:38 +05:00
2021-04-21 19:08:38 +05:00
2021-04-21 19:08:38 +05:00
2021-04-22 00:02:49 +05:00
2021-04-21 19:08:38 +05:00
2021-04-21 19:08:38 +05:00

Conway's Game of Life

my Conway's game of life logotype

Application and dev stack overview

It is a Conway's game of life implementation with JavaScript in browser. TypeScript is used for static type checking and esbuild for bundling.

Running instructions

# Build
npm install
npm run build

# Open in browser
chromium index.html

# With webserver
npx serve -s .
Description
Conway's game implementation in browser
Readme 33 KiB
Languages
TypeScript 88.1%
HTML 9.5%
CSS 2.4%