Skip to content

Multiplayer implementation of Tic Tac Toe using Go, WebSockets and React

Notifications You must be signed in to change notification settings

renato-macedo/socket_tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Tic Tac Toe

Multiplayer implementation of Tic Tac Toe using WebSockets, Go and React

Build the webapp

cd web
npm run build

Run the server

cd ..
go run main.go