(mirrored archive) a geometry dash private server written in typescript using mongodb
Go to file
oatmealine b302d2b6ca
add README.md
2020-01-25 13:54:42 +03:00
config database time babey! 2020-01-25 00:57:59 +03:00
src advanced searching (still a wip) 2020-01-25 13:47:44 +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
LICENSE.md basic hardcoded search functionality 2020-01-24 23:52:51 +03:00
README.md add README.md 2020-01-25 13:54:42 +03:00
package-lock.json database time babey! 2020-01-25 00:57:59 +03:00
package.json database time babey! 2020-01-25 00:57:59 +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 3% 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)