This is the connect-four project for the recruitment process of S[&]T.
Tested on Build on WSL (ubuntu 22.04) dependcy install instructions:
First follow install instruction from vcpkg
sudo apt install build-essential
sudo apt install pkg-configSee the BUILDING document.
- Fix
CMAKE_TOOLCHAIN_FILEin CMakePrests.json for linux so its not a hardcoded path- Visual Studio cross compiling cmake does not understand
$env{VCPKG_ROOT}to get the environment variable from wsl
- Visual Studio cross compiling cmake does not understand
- Clear more warnings that clang-tidy suggests
- Maybe a sizeable board for more then 2 players as a extra feature
- Cleanup doxygen generation
MIT