Skip to content

riscie/websocket-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

tic-tac-toe using HTML5 websockets, golang backend, vuejs frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published