Skip to content

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

Notifications You must be signed in to change notification settings

Bratelion/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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).

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages