src | 10 months ago | ||
.gitignore | 10 months ago | ||
LICENSE | 11 months ago | ||
Makefile | 10 months ago | ||
README.md | 11 months ago | ||
create_package_list.py | 11 months ago | ||
dbg_exceptions.py | 11 months ago | ||
main.py | 11 months ago | ||
mypy.ini | 10 months ago | ||
requirements.txt | 11 months ago | ||
setup.py | 10 months ago |
This is a modded implementation of the Sauerbraten Cube 2 Server. It is forked from Spyd. See the License file.
The aim of this mod is to build an easy to customize server that may serve as a base for future Sauerbraten modders. It implements a mod engine with hot reload and access to the whole server API. Mods can be written in Python
These are the next steps that needs to be completed in any order.