nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)

Home Page:http://natureofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken links in Chapter 7

CreamyCookie opened this issue · comments

Both of these links are broken:

https://llk.media.mit.edu/projects/emergence/

Exploring Emergence by Mitchel Resnick and Brian Silverman, Lifelong Kindergarten Group, MIT Media Laboratory

http://stevenklise.github.com/ConwaysGameOfLife

Conway’s Game of Life by Steven Klise (uses Processing.js!)

@sklise looking at your repo it looks like maybe you started porting to p5.js? Would you like me to keep a reference to this project in the book? I would be glad to help with the port. Is there a new URL?

Here's the new exploring emergence link for when I get to it: http://www.playfulinvention.com/emergence/

@shiffman what a fortuitous day to have a five hour flight. Rewritten in p5.js and up at https://sklise.github.io/conways-game-of-life/

in 2016 I'm much less likely to change my username or push un-runnable code.

I hope to add more documentation, and interaction. But also open to PRs 😄

Awesome, thank you! I'd love to help add some interaction at some point.