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.
- Host: GitHub
- URL: https://github.com/htrefil/srs
- Owner: htrefil
- Created: 2019-09-12T22:24:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T07:27:16.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T00:13:59.537Z (over 1 year ago)
- Language: C
- Size: 603 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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