Stephen the Juggler:
Built a small game using a linked list queue. We have a juggler (Stephen) who is using two data structures to juggle (his hands and the air). His hands were modeled with a simple data structure that held a single juggling ball at a time, and the air was modeled as a queue data structure which could hold several items.
->Platform: Program coded with Java.