File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# hoverrace
2- ![ CodeGame Version] ( https://img.shields.io/badge/CodeGame-v0.6-orange )
3- ![ CodeGame GameServer Version] ( https://img.shields.io/badge/GameServer-v0.1-yellow )
4- ![ CGE Version] ( https://img.shields.io/badge/CGE-v0.3-green )
2+ ![ CodeGame Version] ( https://img.shields.io/badge/CodeGame-v0.7-orange )
3+ ![ CGE Version] ( https://img.shields.io/badge/CGE-v0.4-green )
54
65Race against other hovercrafts from checkpoint to checkpoint.
76
@@ -29,10 +28,10 @@ Prerequisites:
2928
3029``` sh
3130# Download image
32- docker pull codegameproject/hoverrace:0.2
31+ docker pull codegameproject/hoverrace:0.3
3332
3433# Run container
35- docker run -d -p < port-on-host-machine> :8080 --name hoverrace codegameproject/hoverrace:0.2
34+ docker run -d --restart on-failure - p < port-on-host-machine> :8080 --name hoverrace codegameproject/hoverrace:0.3
3635```
3736
3837## Event Flow
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func main() {
3131 server := cg .NewServer ("hoverrace" , cg.ServerConfig {
3232 DisplayName : "Hover Race" ,
3333 Description : "Race against other hovercrafts from checkpoint to checkpoint." ,
34- Version : "0.4 " ,
34+ Version : "0.3 " ,
3535 RepositoryURL : "https://github.com/code-game-project/hoverrace" ,
3636 WebsocketTimeout : 1 * time .Minute ,
3737 MaxPlayersPerGame : 10 ,
You can’t perform that action at this time.
0 commit comments