C based projects other than distributed
Game Connect 4 is working automatically based on the algorithm, manual players functionality is not applied at the moment. Game has 1 playing board and 3 threads -> 1 referee and 2 player threads. Playing board access to threads are handled my Mutex and conditional locks.