The player controls two characters who start at the bottom left and bottom right corners of the board. The characters can move in the four cardinal directions onto pieces that match its color (red/blue) or purple pieces. Neither character can move onto yellow pieces. Moving into a location destroys the piece at the location. Each move gives the player 1 point. Because the player cannot move onto yellow pieces they can't be cleared normally, however creating a row of only yellow pieces will destroy them all at once.

The goal is to make a game that's easy to learn but difficult to master.

The game can be played as a one player game, or as a cooperative game, with each of the two characters being controlled by a different person on the same computer.

My highest score was 48, can you beat it?

We didn't use GitHub until the final version, our updates are stored at the address below. http://dyeabearcat.blogspot.com/

Built With

  • eclipse-(java)
Share this project:

Updates