Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 402 Bytes

ISP-ConnectFour

Intelligent Systems Programming, Spring 2013 - Connect Four (Assignment 1)

Usage: java ShowGame GameLogic1 GameLogic2 [cols rows] GameLogic{1,2} may be: human - Indicates a human will be playing. GameLogic - Specifies a GameLogic class extending IGameLogic to use as a competitor. cols/rows - Must be integers greater than 0 and default to 7 and 6 respectively.