gauthier-th / cpp-connect4

A connect 4 in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Connect4

This is the client of the C++ Connect4 project. The server is here.

Installation

This project is build with Visual C++ 2019 (MSVC++ 14.2).

You need to download SFML 2.5.1 and put it in the named "SFML-2.5.1", then copy the content of "SFML-2.5.1\bin" in the build folder.

You also need to download boost library and put it in a folder named "boost\boost_1_75_0". Then you will need to build boost with the following:

  • Run bootstrap.bat to build b2.exe
  • Run b2 --toolset=msvc-14.2 --build-type=complete architecture=x86 address-model=64 stage

About

A connect 4 in C++


Languages

Language:C++ 100.0%Language:C 0.0%