elm-minesweeper

June 17, 2017 ยท View on GitHub

The classic game MineSweeper made with Elm. Play it.

Development

  1. yarn install
  2. yarn run build:css
  3. yarn start

Add ?debug=1 to the URL to run in debug mode.

Additional tasks:

  • yarn run format runs elm-format.
  • yarn run analyse runs elm-analyse.
  • yarn run eslint runs ESLint. yarn run eslint -- --fix fixes most errors.
  • yarn test runs elm-verify-examples and elm-test.
  • yarn run build makes a production build.

License

MIT

Contents

  1. 1Development
  2. 2License