Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 383 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 383 Bytes

Connect-4 AI

Created by Will Cromar and Satya Patel for Arup Guha's Computer Science I (COP 3502H) class. The final version of the player is contained in group3.c/h. Older versions of the player are also included in the repository for testing purposes.

Credit to Arup Guha for the game framework contained in the following files: connect4.c, con4lib.c/h, and arupsoldplayer.c/h.