Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 487 Bytes

Car combat Game Server

This project requires go to run

Car combat client implementation is located: here

Project Maintainers:

Install dependencies

go get .

Run Unit Tests

go test -v ./...

Run Server

go run server.go

By default, the server listens on port: 10001, this can be configured in the server.go file