clojurebridge-berlin / study-group-curriculum

The home of the Clojure Berlin study group
3 stars 1 forks source link

[Curriculum] Week 4 - State with fun-mode #5

Open vsmart opened 7 years ago

vsmart commented 7 years ago

Learning goal

The topic of week 4 is to introduce state using Quil's functional mode. Ideally, also incorporate the user interaction learnings from the week before. Idea: make a simple counter where clicking a button increases a number.

Todo in preparation

Robsteranium commented 7 years ago

I think this is a really important lesson.

This lesson needs to provide examples of how to do the earlier stuff in a "fun" way (i.e. via the state hashmap)!

The trick will be explaining not just how to do it but why...