🔴🔴🔴🟡🔴
🔴🔴🟡🔴🔴
🔴🟡🔴🔴🔴
🟡🔴🔴🔴🔴
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).
Just grab a release :)
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