Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.2 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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Launch Cypress tests

npm run cypress:run

Deploy on Github pages (if you have the rights)

npm run deploy

TODO

  • Build the map gradually when user add a room
  • Calculate secret room position when user add a room
  • Implement super secret room calculation