Skip to content

bahui80/PokeTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeTest

Memotest of Pokemon developed using Elm 0.17

How to run

Elm installation

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

Compilation

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.

About

Memotest of Pokemon developed in Elm for the subject "Functional Programming"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published