/disconnect4

A simple distributed implementation of the game connect4

Primary LanguageC++

disconnect4

This is a distributed implementation of the famous game connect4 made for the parallel programming class. Most of the code is written in C++ with MPI. The game features fast bitboard game states and alpha beta prunning distributed game tree search.

The code is greatly inspired by the John Tromp's fhourstones benchmark.