A little web-browser turn-based strategy game.
Just open the index.html
file with your browser of choice π
index.html?level=2
(1 - 10 are used for the main campaign, 0 and 11 - XX are used for testing)index.html?muteNarration
index.html?disableAnimations
index.html?disableModals
Example (useful for manual testing):
index.html?level=12&muteNarration&disableAnimations&disableModals
To launch the Jasmine unit tests, just open SpecRunner.html
(please check that all tests are green before launching a pull request π).
Note: some Jasmine tests are currently disabled after a refactor.
Note 2: Cypress runs the jasmine tests in one of its specs.
Launch Cypress (Functional Tests)
npm run f-test
Launch with ui
npm run f-test-ui
Thanks everyone! π