An open API service indexing awesome lists of open source software.

https://github.com/htrefil/srs

[WIP] A Cube 2: Sauerbraten server reimplementation.
https://github.com/htrefil/srs

Last synced: over 1 year ago
JSON representation

[WIP] A Cube 2: Sauerbraten server reimplementation.

Awesome Lists containing this project

README

          

# srs
A Cube 2: Sauerbraten server reimplementation, not based on existing Sauerbraten source code. Currently work in progress.

## What is done
- Protocol data (de)serialization
- Config (at least the very base of it)

## What is to be done
Everything. At it's current state, the server does nothing at all, only accepts connections.

## Third party libraries
- [cpptoml](https://github.com/skystrife/cpptoml/) Copyright (c) 2014 Chase Geigle
- [Lua](https://www.lua.org) Copyright © 1994–2019 Lua.org, PUC-Rio