Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Code Retreat

Avatar for Ben Morris Ben Morris
February 27, 2015

Code Retreat

Avatar for Ben Morris

Ben Morris

February 27, 2015
Tweet

More Decks by Ben Morris

Other Decks in Programming

Transcript

  1. Code Retreat • Intro • Why are we here? •

    What are we going to do? • What are we going to build? • Build loop x4 • Wrap up
  2. • 30 minute pairing sessions • Throw away your code

    at the end of each • Retro • New pair! • Do it again What are we going to do?
  3. Rule 110 • Elementary cellular automaton • Similar to Conway’s

    Game of Life • One dimensional • Cells are “dead” or “alive” • Calculate the next generation • Each cell dies, comes to life, stays dead or stays alive according to simple rules • Too big to finish in 30 minutes