This is an attempt to make a snake multi-player game. Mainly because snake seemed to be easy and I used it an excuse to work with WebSockets.
Start the server with
go run main.goThen run the client with VSCode Live Server extension or alike.
- HTML (especially canvas)
- CSS
- JavaScript
- Go
- WebSockets (Gorilla)