CS369 - Design and Implementation of Computer Games, Breakout Games
Colby College, Fall 2003,
Randolph M. Jones
Student projects to create a fun version of Breakout.
These are all Java applications self-contained in JAR files. To run them,
you will need to do something like "java -jar filename.jar".
These were developed in Java 1.4, so they will probably not run in
earlier versions of the Java Runtime Environment.
- Rebus Breakout
- In this version of Breakout, the bricks on each level cover a
Rebus Puzzle that you must solve before you can proceed to the
next level.
- Authors: Marc Attiyeh, Dan Kosmala, Rachel Noiseux
- Cheats:
- "p" to pause
- "g" to guess the rebus answer without clearing the bricks
- "r" to remove a random brick
- "a" to remove all the remaining bricks
- "n" to jump to the next level
- Techno-Space Breakout
- Authors: Mahdi Bseiso, Kevin Septor
- Cheats:
- "b" to add an extra ball (can be done repeatedly)
- "l" (lower-case L) to add an extra life
- "vortex" to jump to the next level
- Yoda's Challenge
- Authors: Chris Duncombe, Guito Joseph
- Variety Breakout!
- Authors: Charles Fizer, Eric McAllister
- Cheats:
- "p" to pause/unpause
- "1" (number one) to jump to the first level
- "2" to jump to the second level
- "3" to jump to the third level
- "4" to jump to the fourth level
- "5" to jump to the fifth level
- "6" to jump to the sixth level
- "b" to add an extra ball and an extra life
- "s" to speed up the ball
- "d" to slow down the ball
- "q" to quit the game
- Breakout From Hell
- Authors: Adrian LaRochelle, Noah Smith, Russ Spitler
- Prison Breakout
- Authors: Mason Smith, Winnie Htay, Lindsay DiNardo
- This Is Our Game
- Authors: Chris Sotzing, Kris Lee
- Cheats:
- BackSpace to jump to the next level
- Escape to receive 100 lives
Randolph M. Jones
(rjones@colby.edu)