Take a look, for example, at this simple implementation of the classic arcade game Pong.
Make a list of all the elements and interactions required to recreate what you see in your browser window.
Imagine you are building it from scratch. Put your list of elements and interactions into a sensible task list from start to finish. Think carefully about the sequence. For example, a ball cannot move until it has been created.
Decide collectively in what order we are going to build the different parts of the game.
- Scribe: Document our decisions and agreed-upon sequence.
- Facilitator: Guides the discussion, ensuring everyone's ideas are heard and keeping us focused.