Sunday, November 18, 2012

Chainshot Game

This Java program is a simple implementation of the chainshot game. Here are the rules: 


Get rid of all the blocks by finding sets of at least 3 that are touching via the Von Neumann neighborhood paradigm.

Pick a row and column to select a block to get rid of.
The bottom left is position (1,1).
The board is surrounded by X's. 
Once a block is removed, the empty blocks will be shown with a 'o'. 
chainshot.jar

No comments:

Post a Comment