The Mapping of Isaac is a simple website developped in Vue.js for the game Binding of Isaac. It allows you to place the rooms on the map of the floor you are playing, then calculate the probability for the secret rooms placements.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm install
npm run dev
npm run build
Run Unit Tests with Cypress Component Testing
npm run test:unit # or `npm run test:unit:ci` for headless testing
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
Lint with ESLint
npm run lint
- Add vizualisation of Super Secret rooms percent chances
- Implement Ultra Secrets room calculation
- Remove obstacles choice for room types that don't need it