Skip to content

Instantly share code, notes, and snippets.

@agconti
Created April 19, 2015 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agconti/2228103c9f07778ba418 to your computer and use it in GitHub Desktop.
Save agconti/2228103c9f07778ba418 to your computer and use it in GitHub Desktop.

NotIt!

NotIt! is a better “noes goes”. It randomly chooses a finger thats touching the screen, allowing you to make decisions for the group.

App:

After two or more users touch the screen, the app selects one at random.

Initial state:

  • Blank screen
  • Red border
  • CTA asking users to touch

On touch:

  • border fades away
  • 6 diamonds surround touch event, ( rotated squares )
  • rotate around touch event slowly
  • muted color

After two or more touch events:

  • Count down appears => border grows from top center to bottom center, (both sides) like dots
  • Diamonds souronding touches => transition to active color

Choosing phase:

  • diamonds whimsically oscillate:
  • even child moving up,
  • odd child down
  • rotate about x axis
  • rotates around touch origin
  • color intensity oscillates
  • Wheel spins: diamonds switch to active color compliment as each touch is selected, ( designed to emulate selection like the wheel of fortune wheel ).
  • Wheel spin slows until it reaches 0. Last person selected is picked.
  • Other users touches fade away
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment