File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
- service :
2
- golangci-lint-version : 1.23.x
3
- prepare :
4
- - go mod tidy
5
- - go generate ./...
6
-
7
1
linters :
8
2
enable-all : true
9
3
disable :
Original file line number Diff line number Diff line change 19
19
</a >
20
20
<a href =" https://goreportcard.com/report/github.com/mudclient/go-mud " >
21
21
<img alt =" Go Report " src =" https://goreportcard.com/badge/github.com/mudclient/go-mud " >
22
- </a >
23
- <a href =" https://golangci.com/r/github.com/mudclient/go-mud " >
24
- <img alt =" GolangCI Report " src =" https://github.com/golangci/golangci-web/blob/master/src/assets/images/badge_a_plus_flat.svg " >
25
22
</a >
26
23
</p>
27
24
</p >
@@ -41,7 +38,7 @@ MUD 一般认为是最早的网络游戏,历史悠久,内涵丰富。在古
41
38
42
39
## 什么是北大侠客行
43
40
44
- 北大侠客行(以下称 ** 北侠** )于 1996 年开服,至今仍在运营,算是国内运行非常长的网络游戏了。
41
+ 北大侠客行(以下称** 北侠** )于 1996 年开服,至今仍在运营,算是国内运行非常长的网络游戏了。
45
42
而且这些年一直都有更新,实属难能可贵。
46
43
47
44
基于 MUD 特有的文化,挂机在北侠也是被允许的,而在 MUD 下开发挂机程序也是一种别有风味的玩法。
@@ -112,10 +109,13 @@ GoMud 支持的平台非常丰富,限于篇幅,此处不再赘述。
112
109
#### 通过源码安装
113
110
114
111
GoMud 采用 Go 语言实现,如果你要通过源码安装,则需要自行准备 Golang 开发环境。
115
- 推荐使用 Go 1.13 或以上的版本。Golang 安装完毕后,通过如下 ` go get ` 命令即可安装 :
112
+ 推荐使用 Go 1.13 或以上的版本。Golang 安装完毕后,通过如下命令序列即可安装 :
116
113
117
114
```
118
- go get -u github.com/mudclient/go-mud
115
+ git clone https://github.com/mudclient/go-mud.git
116
+ cd go-mud
117
+ go generate ./...
118
+ go build
119
119
```
120
120
121
121
### 启动并进入北侠
You can’t perform that action at this time.
0 commit comments