Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 746 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 746 Bytes

websocket tic-tac-toe

Go Report Card

multiplayer tic-tac-toe using golang with gorilla websockets as backend and vuejs as frontend

game sample

get and run

  • go get https://github.com/riscie/websocket-tic-tac-toe
  • go build
  • run the produced binary
  • connect to http://localhost:8080

gin (allows live-rebuilding on backend changes)

Todos:

  • some methods need refactoring
  • could implement cookies to identify clients
  • writing tests