Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 513 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 513 Bytes

Tic-Tac-Toe-MPI-client-server

Mode - 'Player-player'

Turn's order gets with random function in 'server' script, then sends to client; Based on turn's order defines priority of writing values in table. Player sends coordinate of cell from 0 to 8. 'Server' marks as 1, 'clients' as 2. If one of players achives win's rule - prints information about it and MPI process ends.

Run example:

image