mirror of https://gitlab.com/oatmealine/cumstorm
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.
|
3 years ago | |
---|---|---|
config | 3 years ago | |
src | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.json | 3 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 3 years ago | |
.travis.yml | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
tsconfig.json | 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
-
npm install
ORyarn install
-
make a config/config.json file based on the config.example.json file (optional)
-
tsc && npm start
ORnpm run quickrun
-
edit the GeometryDash exe to use your url instead of http://boomlings.com (this repo will not provide help for this)