Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 209 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 209 Bytes

game-of-life

Game of life written in Typescript.

Run using npm start and accessing http://localhost:8080/app.bundle (webpack-dev-server).
Build using npm run build.