From charlesreid1

Revision as of 00:14, 16 February 2018 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.


Flags