10000 GitHub - yanpozka/checkers: High Aviability checker game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yanpozka/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Availability checkers. Other game online, this time using Go(golang.org) with gorilla/websocket, httprouter, memcache and Nats as message system.

Generate flatbuffers:

cd game/fbs && flatc -o ../ -g message.fbs
0