(mirrored archive) a geometry dash private server written in typescript using mongodb
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
oatmealine 1f3b624608
rename files to be more consistent and handle multiple versions
3 years ago
config database time babey! 3 years ago
src rename files to be more consistent and handle multiple versions 3 years ago
.eslintignore add README.md 3 years ago
.eslintrc.json basic hardcoded search functionality 3 years ago
.gitignore database time babey! 3 years ago
.gitlab-ci.yml ok, lets try to fix the ci again 3 years ago
.travis.yml travis 3 years ago
LICENSE.md basic hardcoded search functionality 3 years ago
README.md update the complete percentage 3 years ago
package-lock.json database time babey! 3 years ago
package.json repo field, gitlab ci fixing 3 years ago
tsconfig.json basic hardcoded search functionality 3 years ago

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)