This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
* @MarcelCoding | ||
*.md @MarcelCoding @cryptic-game/text | ||
* @JannikEmmerich @MarcelCoding | ||
*.md @cryptic-game/text @JannikEmmerich @MarcelCoding | ||
/docs/python/ @cryptic-game/text @cryptic-game/head-of-python-backend @cryptic-game/head-assistant-of-python-backend @Defelo | ||
/docs/java/ @cryptic-game/text @cryptic-game/head-of-java-backend @cryptic-game/head-assistant-of-java-backend |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Public Instances | ||
|
||
The team behind Cryptic is currently hosting two instances of Cryptic. | ||
|
||
## Production Instance | ||
|
||
The production instance is the instance where the actual game takes place. | ||
This instance is always running the latest stable version. | ||
|
||
| Endpoint | Description | | ||
|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| | ||
| [`https://play.cryptic-game.net`](https://play.cryptic-game.net) | The offical frontend. | | ||
| `wss://server.cryptic-game.net/ws` | The actual api for the frontend. ([Learn more](../protocol/websocket.md)) | | ||
| [`https://server.cryptic-game.net/api`](https://server.cryptic-game.net/api) | The rest api for the game. (e.g. authentication, statistics, [Learn more](../protocol/rest.md)) | | ||
|
||
## Staging Instance | ||
|
||
The staging instance is the instance on which the game is tested. It is not recommended to play seriously on this instance. | ||
The database is reset periodically and money and other resources are freely distributed by developers to test new features. | ||
This instance is always running the current latest **unstable** version. | ||
|
||
| Endpoint | Description | | ||
|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| | ||
| [`https://play.staging.cryptic-game.net`](https://play.staging.cryptic-game.net) | The offical frontend. | | ||
| `wss://server.staging.cryptic-game.net/ws` | The actual api for the frontend. ([Learn more](../protocol/websocket.md)) | | ||
| [`https://server.staging.cryptic-game.net/api`](https://server.staging.cryptic-game.net/api) | The rest api for the game. (e.g. authentication, statistics [Learn more](../protocol/rest.md)) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters