/connect-four-c

Connect Four for the command line written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

Connect Four

🔴🔴🔴🟡🔴
🔴🔴🟡🔴🔴
🔴🟡🔴🔴🔴
🟡🔴🔴🔴🔴

Note for the Windows Users

If stuff looks weird, it's probably because of your terminal. The default ones on Windows can be pretty bad, try using Windows Terminal instead (if you aren't already).

Installation

From Release

Just grab a release :)

From Source

Requirements:

git clone https://github.com/julius-boettger/connect-four-c
cd connect-four-c
meson setup build
meson compile -C build
# on windows:
.\build\connect-four-c.exe
# otherwise:
./build/connect-four-c