Skip to content

Latest commit

 

History

History
30 lines (13 loc) · 382 Bytes

File metadata and controls

30 lines (13 loc) · 382 Bytes

CSS432_23W_TeamSarah

Tic-Tac-Toe

To run the game:

  1. Go to this directory:

TicTacToe/bin/x64/Debug

  1. Start the Server:

./TicTacToe.out Server (port)

Ex: on csslab22.uwb.edu ./TcTacToe.out Server 5100

  1. Start the Client

./TicTacToe.out Server (host name server is running on) (port)

Ex: on csslab10.uwb.edu ./TicTacToe.out Server csslab22.uwb.edu 5100