Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 408 Bytes

Connect Four

This program is a recreation of connect four. No friends? No problem! You can play against the computer on any size board.

Features

Play on any size board

Play against the computer or another player

Instructions

$ git clone https://github.com/nickconway/connect-four

$ cd connect-four

$ python game.py

To Do:

Have the computer analyze the board to make the best move