Connect4 clone
- C++ 86.3%
- QMake 6.5%
- Makefile 4.6%
- Roff 2.6%
| .github | ||
| debian | ||
| src | ||
| .gitignore | ||
| CHANGELOG | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
explosive-c4
Connect4 clone
Gameplay
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