D3/Life
From charlesreid1
Game of Life using D3/Javascript
Notes
Outline:
- What is the game of life
- Implementation in Javascript
What is it
- Rules
- Computational biology/population dynamics problem
- Implementation and interest as toy problem for computer science
Implementation
- How to implement using Javascript
- Integer list implementation
- Use Javascript to draw grid
- Updates and etc.