Chomp Game Instructions

Follow the order below in completing the different phases of the Chomp Game project.

Chomp Version 1 Chomp Version 2 Chomp Version 3 Chomp Version 4

Chomp Version 1 ... Human Player vs. Computer Player. (no sound)

After the instructor has gone over the following files: ChompGame, ChompBoard, Position, ComputerPlayer, and HumanPlayer, then begin by running the Chomp Version 1 applet program and watch the text display within the applet just above the board. The display prompts the two human players when it is their turn to move. Note that as a player clicks a square on the Chomp board that all of the squares to the right and below the square clicked are removed from the game (painted gray). The goal of the game is to not have to pick the upper left square which is "poison". You can refresh your browser to test the game again. Run Chomp Version 1.

Here is what you need to do to complete Chomp Version 1:

Procede to the next phase and make sure you follow the instructions exactly!


Chomp Version 2 ... Human Player vs. Human Player (with sound).

Run the Chomp Version 2 applet program and watch the text display within the applet just above the board. The display prompts either the human or the computer player to move. Run Chomp Version 2.

Here is what you need to do to complete Chomp Version 2:



Chomp Version 3 ... Human Player vs. Human Player vs. Computer Player (with sound).

Run the Chomp Version 3 applet program and watch the text display within the applet just above the board. The display prompts either of the two human players or the computer player to move. Run the program several times to see that the game randomly begins with any of the three players. Run Chomp Version 3.

Here is what you need to do to complete Chomp Version 3:

Procede to the next phase and make sure you follow the instructions exactly!


Coding Chomp Version 4 ... Computer Player vs. Computer Player (with sound).

Run the Chomp Version 4 applet program and watch the text display within the applet just above the board. The display prompts either of the two computer players to move. Run the program several times to see that the game randomly selects either of the comuter players to start first. Run Chomp Version 4.

Here is what you need to do to complete Chomp Version 4:

Back to Top