Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.77 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.77 KB

cypress

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.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

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

TODO

  • Add vizualisation of Super Secret rooms percent chances
  • Implement Ultra Secrets room calculation
  • Remove obstacles choice for room types that don't need it