Skip to content

na50r/snake-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Go

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.

Usage

Start the server with

go run main.go

Then run the client with VSCode Live Server extension or alike.

Frontend

  • HTML (especially canvas)
  • CSS
  • JavaScript

Backend

  • Go
  • WebSockets (Gorilla)

References

About

Attempt to make a multi-player snake game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published