Skip to content

Commit a88444a

Browse files
committed
Change version to 0.3
1 parent f081c4c commit a88444a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

65
Race 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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)