A Darkest Dungeon clone built with web technology.
You need to own and have a local installation of Darkest Dungeon on your device. This is because this project relies on assets imported from Darkest Dungeon. If you do not own Darkest Dungeon you will need to modify this project with your own assets.
npm install
in the project root folder (or the equivalent of the package manager of your choice)ts-node ./dev/importAssets.ts <path-to-steam-directory>
Requires SoX CLI to be installed
Don't have webpack-dev-server running while importing as this might interfere with the file system.
npm run dev-server
in the project root folderlocalhost:8080
in your browser