Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 196 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 196 Bytes

multiplayer game server

A small example of a simple multiplayer game with a frontend client

Hot to run

First start the server

$ go run main.go

Then open your browser at localhost:6969