|
Connect Four |
| Create an Android app of Connect Four. This project should explore the use of AI. The board should be 7 x 6, and the disks should be created to go into each column. After the player does his move, the computer should then perform his move. The computer player explores the strategy of perfect play. When both players play "perfectly, meaning that each player is aware of how the amount of cells affect each player's move and/or prevents the other player from making a threat (having two or more connecting discs), the game will usually result in a tie. This game should be one player and two players. Win detection should be based on vertical, horizontal, or a diagonal connect four. Preconditions:
You must hand in the following on separate pages stapled in this specified order:
|