cumstorm/README.md

519 B

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)