https://github.com/RealistikGDPS/Ognisko
The complete GD-facing backend for RealistikGDPS, written in Python.
https://github.com/RealistikGDPS/Ognisko
asyncio gdps geometrydash geometrydashprivateserver
Last synced: 3 months ago
JSON representation
The complete GD-facing backend for RealistikGDPS, written in Python.
- Host: GitHub
- URL: https://github.com/RealistikGDPS/Ognisko
- Owner: RealistikGDPS
- License: agpl-3.0
- Created: 2022-09-09T12:10:45.000Z (almost 3 years ago)
- Default Branch: refactor
- Last Pushed: 2025-02-10T01:16:00.000Z (4 months ago)
- Last Synced: 2025-03-28T05:28:48.503Z (3 months ago)
- Topics: asyncio, gdps, geometrydash, geometrydashprivateserver
- Language: Python
- Homepage:
- Size: 751 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-geometry-dash - RealistikGDPS - Python-based GDPS backend (Other)
README
# Ognisko 🔥
The Geometry Dash-facing backend for RealistikGDPS.
**Note that this branch does not work at this moment. Please use the `stable` branch for deployments.**
## What is this?
This is essentially the service with which the Geometry Dash client communicates directly. It is responsible for
handling requests directly from the Geometry Dash client and returning responses in the format the client expects.This is **just** the backend. For more functionality, consult the full [deployment](https://github.com/RealistikGDPS/deployment).
## Requirements
While Docker should handle all of this, in cases where you are running this standalone, here are the requirements:
### Software and Hardware
- Python 3.12 (we are leveraging new language features).