Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 421 Bytes

Connect4-AI

A simple game in C that implements MiniMax algorithm with Alpha-Beta pruning optimization.

Usage information

  • Compile connect4.c
    $ gcc connect4.c -o connect4
    
  • Launch the binary
    $ ./connect4