Skip to content

Game Of Life

Danil Platonov edited this page Feb 22, 2017 · 4 revisions

Racket-style code model:

;; TimeInstant is Set<Node>
;; interp. a set of nodes alive at this instant

;; Time is List<TimeInstant>
;; interp. all of the instants combined to form a continuous game
Clone this wiki locally