brian-watkins / mindmaster

Code Breaking Game in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MindMaster

A code breaking game that is an excuse to try out agile architecture in Elm.

Setup

  • Install node
  • $ npm install

Run the Tests

To run all tests:

$ npm test

To run the elm specs:

$ npm run specs

To run the integration tests:

$ npm run test:integration

Running Locally

$ npm run dev

Then visit http://localhost:3000 in your browser.

About

Code Breaking Game in Elm

License:MIT License


Languages

Language:Elm 88.8%Language:JavaScript 7.6%Language:SCSS 3.2%Language:HTML 0.4%