This website works better with JavaScript.
Home
Help
Sign In
hackerbots
/
server
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Activity
Browse Source
support for botclient refactor
master
Stephen McQuay
6 years ago
parent
752cec48f3
commit
6e9a6d6af1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
protocol.go
+ 1
- 0
protocol.go
View File
@ -74,6 +74,7 @@ type GameParam struct {
// TODO: should have information about max points in here
BoardSize
BoardSize
`
json:"boardsize"
`
MaxPoints
int
`
json:"max_points"
`
Encoding
string
`
json:"encoding"
`
Type
string
`
json:"type"
`
}
Write
Preview
Loading…
Cancel
Save