Kingdom is an online text-adventure game with a procedurally generated open world. The players progress through the game by exploring the game world and trading items with others.
This repository provides:
- a game manual
- a collection of scripts to initialize game data
The game server can be found at kingdom.up.railway.app. The server responds only to requests made by a compatible client application. Such client can be found at tib.up.railway.app.
To see the server implementation, check out MUS.
To see the client implementation, check out TIB.