CONGRAJULASHUNS FEBR 16!!!! YOU MADE IT

Bonus level

Welcome to

Global Day of Coderetreat

Welcome to

Global Day 

Local Afternoon of Coderetreat

What is a coderetreat?

We pair

We practise

We delete

We aim to have fun

What are we working on today?

Conway's Game of Life

(video time)

The rules:

1. Any live cell with less than two neighbours dies

(as if by underpopulation)

2. Any live cell with two or three neighbours lives on to the next generation

3. Any live cell with three or more neighbours dies

(as if by overpopulation)

4. Any dead cell exactly three live neighbours becomes a live cell

(as if by reproduction)

1. <2 - DIES

2. 2 || 3 - SURVIVES

3. >3 - DIES

4. 3 - REPRODUCES

Four rules of simple design

1. Passes all tests

2. Reveals intent

3. Minimises duplication

4. Least number of elemends

There will be constraints

Session 1: explore

45 mins

Ready?

GO!

Local afternoon of code retreat

By Spike L

Local afternoon of code retreat

Slides to run a mini code retreat

  • 613