Skip to content

lmb1113/game-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

用go写的联机小游戏

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages