/bestia-docs

Open documentation for the Bestia game

Primary LanguageSCSSCreative Commons Zero v1.0 UniversalCC0-1.0

Bestia Development Docs

Build Status License: CC0

Bestia is a MMORPG based on world exploration and emerging gameplay placed in a living and fully simulated environment.

This repository contains the central game design documents and guidelines of the Bestia Game. Bestia is a hobby project started many years ago and evolved in quite a large codebase. This documentation is an effort to bring all the needed information together to allow others to read, understand and perhaps contribute to the game.

The documentation covers aspects of game design, client as well as the general server architecture and serves as an entry point for everyone who wants to contribute to the project.

The documentation page can be found on https://docs.bestia-game.net

The other project repositories are:

Build

The documentation uses the static site generator Hugo to generate a nice documentation hompagenas well as the Book Theme via a git submodule. After you cloned the repository, issue the following command to check out the submodules initially:

git submodule update --init --recursive

In order to build the documentation install Hugo and then go to repo and call:

# Intialize the theme git submodule
git clone --recurse-submodules https://github.com/tfelix/bestia-docs
hugo server --theme book

The website uses the Book Theme for Hugo which is licenced under MIT License.

License: CC 0