Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.
/ FFHS-ConnectFour Public archive

Classic "Connect-Four" game on the terminal; made with C++ and ncurses.

Notifications You must be signed in to change notification settings

cheorges/FFHS-ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectFour

Classic "ConnectFour" on the terminal; made with C++ and ncurses.

Usage

ConnectFour depends on ncurses, it's used to show cute things on the terminal.

Distro Installation command
Debian based distro sudo apt install libncurses-dev
Arch Linux sudo pacman -S ncurses
Mac brew install ncurses
Windows Cygwin ncurses and libiconv

Game

  • Move cursor with LEFT and RIGHT Key
  • Set Token with ENTER
  • Leave the game with Q or q
  • Start a new game wiht Y or y

About

Classic "Connect-Four" game on the terminal; made with C++ and ncurses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors