Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 332 Bytes

File metadata and controls

6 lines (5 loc) · 332 Bytes

Unix_C_Projects

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.