Connect4 clone
  • C++ 86.3%
  • QMake 6.5%
  • Makefile 4.6%
  • Roff 2.6%
Find a file
2024-08-26 00:09:59 +02:00
.github Add language tool package 2022-07-31 16:34:48 +02:00
debian Fix ftbfs 2024-08-26 00:09:59 +02:00
src Correctly handle event 2024-05-14 18:17:36 +02:00
.gitignore .gitignore 2024-05-14 18:18:44 +02:00
CHANGELOG CHANGELOG 2024-05-14 18:16:33 +02:00
CODE_OF_CONDUCT.md Update URLs 2023-12-10 12:55:33 +01:00
LICENSE Change license from GPL3 to AGPL3 2022-02-19 22:12:07 +01:00
Makefile Fix make dist 2022-03-23 11:38:41 +01:00
README.md Revert "README.md" 2023-12-10 16:41:20 +01:00

explosive-c4

Connect4 clone

Gameplay

Youtube video

Install

Available on Debian, otherwise build from sources.

Build

Install the build requirements listed in debian/control. Adapt the package names to whatever they might be on your distribution.

mkdir build; cd build; qmake ../src; make -j

# To execute
./explosive-c4

# Or you can do
sudo make install