Skip to content

krypciak/cc-determine

Repository files navigation

cc-determine

Replaces all Math.random() with predictable seed-based RNG's with different categories:

  • general (default)
  • visual
  • sound
  • event
  • misc

Building

git clone https://github.com/krypciak/cc-determine
cd cc-determine
pnpm install
pnpm run start
# this should return no errors (hopefully)
npx tsc

About

Make CrossCode behave in a deterministic way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published