Game server based on Golang, and the game client is made with unity

  • By MichealJS
  • Last update: Jun 20, 2022
  • Comments: 0

GameServer

Game server based on Golang, and the game client is made with unity

1、基本信息

1、游戏客户端使用Unity引擎制作,基本功能:第三人称移动、瞄准射击、动作控制等

2、游戏服务器使用Golang开发

3、游戏服务器可以直接架设在公网上,或者校园网内,所有人都可以通过游戏客户端进行联机,可扩展用于车联网等场景

2、Prerequisites

  • Golang1.7(1.3+)

3、快速使用

1、go build main.go

2、运行main.exe(启动GameServer)

3、运行多个CS.exe(启动GameClient)

Download

GameServer.zip