efwxx / GDPyS

A Geometry Dash Private Server made in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status Actions Status License: GPL v3

GDPyS (Rewrite)

NOTE: GDPYS V2 HAS BEEN DISCONTINUED IN FAVOUR OF THE NEW V3 VERSION (ACCESSABLE AT THE V3 BRANCH)

GDPyS is a modern Geometry Dash Custom Server which can be utilised in the creation of Private Servers. It is written using Python, making it fast and capable.

Why GDPyS?

When designing GDPyS, we decided on a set of key principles to follow. It had to be simple to set up. We achieved this by having a short and easy setup procedure only requiring the users to set up MySQL and Python. The next principle was the commitment to keeping things as fast as possible. This was achieved through the use of caching. Thanks to the object oriented design, we were able to limit the amount of SQL queries required, increasing the speed and relieving load off the database (especially during surge scenarios).

Furthermore, GDPyS provides a unique range of features, ranging from plugins to custom magic sections. This makes GDPyS perfect for any type of GDPS, no matter the size

The technical stuff...

Requirements

Due to GDPyS' major advances within the GDPS space, its requirements are completely different to previous alternatives. Here are the requirements to run a GDPyS server:

  • Device/Server capable of running Python (Linux VPS is recommended)
  • Python 3.7+
  • MySQL Server
  • Domain name ~17 characters long (can be a bit more or less if using a few exe tweaks or if using hosts file)

About

A Geometry Dash Private Server made in Python.

License:GNU General Public License v3.0


Languages

Language:Python 90.0%Language:HTML 8.2%Language:JavaScript 1.1%Language:CSS 0.6%Language:Dockerfile 0.1%