HarshVaragiya / Tic-Tac-Toe

a simple server-client, 2 player tic-tac-toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

a simple project to try to build a 2 player "tic-tac-toe" game :)

Why ?

  • just for fun...
  • to be able to play a game of tic-tac-toe with my friends remotely

Architecture

  • game server is responsible for coordinating the game and is the source of truth
  • clients connect to game server to play game remotely

assets/diagram.png

Server

make cli 
./bin/tictactoe server

assets/server.png

Clients

  • Player 1
bin/tictactoe 

assets/player-1.png

  • Player 2
bin/tictactoe 

assets/player-2.png

  • When game is over

assets/game-over.png

About

a simple server-client, 2 player tic-tac-toe game

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 1.8%Language:Dockerfile 1.5%