/Tic-Tac-Toe

Playing Tic-Tac-Toe with server (PuTTY and WinSCP)

Primary LanguageC

Tic-Tac-Toe

Playing Tic-Tac-Toe with server (PuTTY and WinSCP)

  1. Put client.c and server.c in WinSCP folder

  2. In PuTTY:

    -> gcc -w server.c -o server

    -> gcc -w client.c -o client

  3. Duplicate session in PuTTY

  4. In PuTTY:

    First window: -> ./server

    Second window: -> ./client

  5. Play the game!

Standard input is number_space_number.

Upper left coordinate is (0 0).