Connect 4: Description of the game (for those who do not already know about Connect 4): ---------------------------------------------------------------------------- Connect 4 is a classic game where you have to get 4 in a row of the color of the chip that you have by dropping the chips one by one from the top (players alternate after 1 chip is dropped). This is a similare game to tic-tac-toe except for: - 4 in a row (instead of 3) - 6 by 7 slots (instead of 9) How to play (and use) (when auto win check is on) : ---------------------------------------------------- 1. Unarchive Connect4 and pic 9 2. Run Connect4 (through prgm not apps) 3. Choose ON (1) or OFF (2) for auto win check (read further for info on auto win check) 4. Player 1 starts (hollow chip) 5. Push a number 1-7 (corresponding to where you want to drop the chip) -Try to get 4 in a row any way possible, inorder to win! 6. When bar over the next player appears and the one on the previous player disappears the next player can have there turn. 7. The game will end when someone gets 4 in a row, all spaces are filled (winner or no winner), the ON button is pressed, or the clear button is pressed to pause. Auto Win Check info: ----------------------- In this program I decided to give users the choice of having the program check for 4 in a row (somewhat slower but automaically tells when and who wins the game) or users can turn this off to increase performace during the game but you will not be told when the game is over.