User Tools

Site Tools


noun-scramble-exercise

This is an old revision of the document!


Noun Scramble Exercise

Learning to program in Folk is nice and can be made even more fun when you combine paper craft with your programming. This page describes an exercise that Omar and Andrés have used in workshops to teach people how to get started programming in Folk.

Ingredients

  • slips of paper to write nouns (2 x n, n = # of participants)
  • mid-sized scrap paper / index cards to draw on (1 per participant)
  • markers (at least n)
  • Folk keyboards or laptops to connect to Folk via the web server (n)
  • a bowl, hat, or other some such “scrambling device” to randomize the slips of paper

Recipe

  1. Begin by having participants write down two nouns on their slips of paper, one noun per slip
    • People , when called upon to conjure a specific concept, often have trouble conjuring said thing. If your participants have trouble thinking of nouns for this exercise some nice ones are: bear, boat, apple, pie, and castle.
  2. Collect all the slips of paper
  3. Place them in a scrambling device (a baseball cap, a bowl, under a cup, etc.) and randomize the slips of paper
  4. Have participants pull out two random nouns from your scrambling device
  5. Instruct all the participants to take a sheet of paper and draw whatever noun combination they received (e.g. draw a bear-castle or boat-pie OR castle-bear or pie-boat). Drawing takes some time, give participants 5 - 10 minutes for this step.
  6. Okay, now we get to the programming! Instruct participants to write the code below, reading each line aloud.
    • # e.g. slip 1 = "bear"
      # e.g. slip 2 = "castle"
      #      Add a title for each slip you got that represents either a sound that noun makes
      #      or a thing you imagine that noun would say
      Wish $this is titled "roarrrrr" ;# bear sound
      Wish $this is titled ".... uhhhh ... I'm a castle!" ;# something a castle would say, lol
  7. Have participants press Ctrl + S on their editors to see their code take effect.
    • The fun part of this exercise is seeing your code effect other people's programs on the tables (e.g. other bears would get the title “roarrrrr”).
  8. Now you can improvise! Outlines, drawings, loading images from the web, go wild :) [TODO: Write a list of places this exercise could go, API's to references, remix, combine]
noun-scramble-exercise.1746050401.txt.gz · Last modified: 2025/04/30 22:00 by osnr

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki