40 likes | 226 Views
CONNECT 4. By: Milkias Tadesse, Samir Harb, Brian Petzinger. Creates the game board using 2-D array Checks Win based on rules of the game. design. COMPUTER. PLAYER. Minimax and alpha-beta pruning Heuristic. implementation. +. =. conclusion.
E N D
CONNECT 4 By: Milkias Tadesse, Samir Harb, Brian Petzinger
Creates the game board using 2-D array • Checks Win based on rules of the game design COMPUTER PLAYER
Minimax and alpha-beta pruning Heuristic implementation + =