Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 650 Bytes

Tic-Tac-Toe Multiplayer

A version of the famous game Tic-Tac-Toe, but this time you can play with your friends through the internet. This repository is still under development, please star it to check future updates.

Requirements

  • Go 1.20

How to Run

To run the server, you can just run:

$ go run main.go

To run the frontend, you can host an http server with root at frontend/ folder

Future Features

  • Be able to choose player's name
  • Talk while playing
  • Select differents skins for Xs and Os
  • Victory/Defeat animation
  • Connect directly with a friend among many rooms
  • Show active rooms
  • Watch other player's game