Skip to content

Commit bca94f6

Browse files
author
daniel840829
committed
deploy agent to cluster
2 parents 668d79f + c4b80d9 commit bca94f6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Golang Distributed Game Server
2-
### Build State [![CircleCI](https://circleci.com/gh/daniel840829/gameServer/tree/kubernete-intergration.svg?style=svg)](https://circleci.com/gh/daniel840829/gameServer/tree/kubernete-intergration)
2+
### Build State [![CircleCI](https://circleci.com/gh/daniel840829/gameServer/tree/master.svg?style=svg)](https://circleci.com/gh/daniel840829/gameServer/tree/master)
3+
34
## Motivation
45
At first, I just want to learn Golang.I started to think about which is the best way?
56
Because the concurrency mechanisms of Golang is very powerful, I choose online game to verify if I can use Golang to make a efficient game server.For me, this is the first time I make this such hard project. I have to learn Unity, Golang, C# At a time. I am glad that I still have full passion to this project and I never give up.
@@ -37,6 +38,7 @@ Two Way to run server:
3738
3. edit setupEnv.sh( DONT_USE_KUBE = true )with your setting and bash setupEnv.sh
3839
2. ```go run main.go --type=standalone``` on your local machine
3940
- Client :
41+
- [Download this project](https://github.com/daniel840829/Tank-Online)
4042
- You can run in Unity Editor by open the Prestart.scene as first scene.
4143
- If you want to test with mutliplayer you can try build Andorid apk because it is likely to be builded successfully.
4244
![](https://media.giphy.com/media/ftdlle6pOE6Y8w5bho/giphy.gif)
@@ -66,3 +68,5 @@ You can throught these step to make it work.
6668
- UserManager
6769
- User
6870
- storage Use mongoDB to storage user infomation
71+
## Support me
72+
<a href="https://www.buymeacoffee.com/yEKnuC6" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

cpu.prof

Whitespace-only changes.

new.prof

Whitespace-only changes.

0 commit comments

Comments
 (0)