(mirrored archive) a geometry dash private server written in typescript using mongodb
Go to file
oatmealine 305b5cd15f
update the complete percentage
2020-01-26 23:26:38 +03:00
config database time babey! 2020-01-25 00:57:59 +03:00
src download level added 2020-01-26 23:26:12 +03:00
.eslintignore add README.md 2020-01-25 13:54:42 +03:00
.eslintrc.json basic hardcoded search functionality 2020-01-24 23:52:51 +03:00
.gitignore database time babey! 2020-01-25 00:57:59 +03:00
.gitlab-ci.yml ok, lets try to fix the ci again 2020-01-25 17:41:40 +03:00
.travis.yml travis 2020-01-25 13:56:12 +03:00
LICENSE.md basic hardcoded search functionality 2020-01-24 23:52:51 +03:00
README.md update the complete percentage 2020-01-26 23:26:38 +03:00
package-lock.json database time babey! 2020-01-25 00:57:59 +03:00
package.json repo field, gitlab ci fixing 2020-01-25 17:31:14 +03:00
tsconfig.json basic hardcoded search functionality 2020-01-24 23:52:51 +03:00

README.md

cumstorm

a (WIP) geometry dash private server in typescript

its still only about 4% complete

heavily based on https://github.com/Cvolton/GMDprivateServer/ and https://github.com/matcool/pygdps/ (thanks mat!)

how-to setup

  1. npm install OR yarn install

  2. make a config/config.json file based on the config.example.json file (optional)

  3. tsc && npm start OR npm run quickrun

  4. edit the GeometryDash exe to use your url instead of http://boomlings.com (this repo will not provide help for this)