Android "Free for All"

Android "Free for All" is a project I worked on in a group of two for Operating Systems I in Fall 2012. Colored squares move around the board, "eating" other squares they move into. A rolling list keeps track of who has eaten who, and options on the bottom of the screen allow for pausing, speeding up, and slowing down. New colored squares appear every few seconds, or when a blank tile is touched by the user.

Each colored square is running in its own thread; the purpose of this project was to demonstrate knowledge of the Android API to create apps and to deal with the issues that arise in a multi-threaded application.

Team Members: Erik Buchholz, Mike Peterson

Screenshots

Screenshot 1 Screenshot 2