66 is two player game played with playing cards and this project provides multiplayer game space from browser.
Clone the project and setup go environment then you can run the project with the command at below.
go run main.go
Server side is totally written in Go, it uses Gin as a HTTP framework and Gorilla for WebSocket. And client side uses vanilla JS.
You can play via this url https://salty-fortress-42507.herokuapp.com/, just open and click create room button and you can play with your friends by sharing given url.