- Any live cell with two or three live neighbours survives;
- Any dead cell with three live neighbours becomes a live cell;
- All other live cells die in the next generation. Similarly, all other dead cells stay dead.
yarn start
for running the application onlocalhost:3000
;yarn run build
for building the applcation intodist
folder.
- New data model - LG01
- Performance on current solution - LG01
- Code style
- Move function approach to class-based MVC - LG02
- TS support - LG03
- Move to canvas solution
- Production config