Skip to content

krypciak/cc-shaduungeon

Repository files navigation

CrossCode Dungeon Generator

GitHub last commit (branch) GitHub all releases

Static Badge Static Badge
Discord

Development stage: Alpha

Please report all bugs on the CrossCode Modding discord

Releases

Dependencies
cc-blitzkrieg v0.3.5 Quick download
input-api Quick download

cc-vim commands

  • gen(seed?: string, roomTp?: number) Generates the dungeon with the specified seed

Building

git clone https://github.com/krypciak/cc-shaduungeon
cd cc-shaduungeon
npm install
# you can switch to the main branch if you want
# git checkout main
npm run start
# this should return no errors (hopefully)
npx tsc