8000 GitHub - xbouroseu/connect4cli: Simple Connect4 CLI game written in C. Play against the CPU.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0