Skip to content

Commit

Permalink
Link to the game server more prominently
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn committed Oct 25, 2024
1 parent a538467 commit 36e7677
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ This is a template repo for participating in the game. To play you need to:
## Your game objective

Your mission (if you choose to accept it) is to implement a server that conforms to [this API spec](./spec.md).
Once you deploy a server from this template, it should automatically register as a player server with our `game-server`.
Our game server will regularly run checks against all registered servers.
Once you deploy a server from this template, it should automatically register as a player server with our game-server.
Our game-server will regularly run checks against all registered servers.
You can see the check results -- including error messages -- [here](https://game-server.main.nixcon-2024-game-server.garnix-io.garnix.me/).
This site also lists every players current score and a leaderboard.

(Hint: You get points every time the server runs a successful check against your player server. And these points accumulate. Choose your strategy accordingly.)

Our game-server: https://game-server.main.nixcon-2024-game-server.garnix-io.garnix.me/

## Viewing your server requests and responses in logs

To ensure your server is responding correctly, you can monitor its logs.
Expand Down

0 comments on commit 36e7677

Please sign in to comment.