Skip to content

Instantly share code, notes, and snippets.

View pixelpusher's full-sized avatar

pixelpusher pixelpusher

View GitHub Profile
@pixelpusher
pixelpusher / QuizGameUsingObjects.pde
Created March 9, 2012 10:40
QuizGameUsingObjects
/**
* Simple quiz game.
*
* by Evan Raskob
* UCA CGA, Farnham
*
* The Arena, 2012. Week 5+
*
* Your first task is to add the code to make questions 2 and 3 work. Have a look
* at how question 1 is implemented. Draw a diagram of the program to help yourself visualise it.