Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 409 Bytes

tic-tac-toe

A multiplayer Tic-Tac-Toe game written in Go. It uses websocket for client and server communication.

Installation

go get -u github.com/fredyw/tic-tac-toe

Usage:

Server:

./tic-tac-toe server [--port]

Client:

./tic-tac-toe client [--host] [--port]

Screenshot

tic-tac-toe screenshot