Skip to content
mina86 edited this page Sep 13, 2010 · 2 revisions

A client-server reversi game using System V IPC API. It uses a single block of shared memory and total of 5 semaphores for controlling access to the former. The architecture for playing with computer is present, however current AI is quite dumb (to be exact, it moves at random position). Nevertheless, you two humans can play with no problems. :)

Clone this wiki locally