Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 650 Bytes

game-go

用go写的联机小游戏,目前有点丑,打算是先实现功能再优化UI

##linux server build

GOOS=linux GOARCH=amd64 go build -ldflags '-w -s'  -o ./build/game-server service/*go

windows build

go build -ldflags '-w -s'  -o ./build/game.exe main.go

1.0页面截图

image

服务器列表

image

技能截图 image