Skip to content

Simple Connect4 CLI game written in C. Play against the CPU.

Notifications You must be signed in to change notification settings

xbouroseu/connect4cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

connect4cli

Simple Connect4 CLI-game

  1. Facilitates playing against the CPU by employing the Minimax algorithm.
  2. Levels 1-10: How many moves ahead for the CPU to search.

Installation & Usage

Clone repository and run

git clone https://github.com/xbouroseu/connect4cli
cd connect4cli
make
./connect4

About

Simple Connect4 CLI game written in C. Play against the CPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published