Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 596 Bytes

altmis-alti

66 is two player game played with playing cards and this project provides multiplayer game space from browser.

How to run?

Clone the project and setup go environment then you can run the project with the command at below.

go run main.go

How it works?

Server side is totally written in Go, it uses Gin as a HTTP framework and Gorilla for WebSocket. And client side uses vanilla JS.

How to play?

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.