Memotest of Pokemon developed using Elm 0.17
To install Elm on Windows and Mac go to Elm and download the installer. To install on Linux install npm run:
$ npm install -g elm
To compile the game some libraries are necessary. To install them run:
$ elm-package install elm-community/random-extra
$ elm-package install elm-lang/core
$ elm-package install elm-lang/html
$ elm-package install shmookey/cmd-extra
Once installed the libraries run on the root of the project:
$ elm make PokeTest.elm PokeCard.elm
Open index.html to play the game or click here to play online.