spanishgum / tictactoe

client server method for online tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe Game Server

Parallel, Concurrent, Distributed Programming
Adam Stallard, Steven Rohr

Notes

  • The client and server code come together.
  • Compile and run separately.

Ready

git clone https://github.com/spanishgum/tictactoe

Set

cd path/to/tictactoe

make fresh

Go

./client [server] [port]

./server [port]

About

client server method for online tic-tac-toe


Languages

Language:C++ 97.1%Language:Makefile 2.9%