项目作者: dazzz
项目描述 :
Memory Game written in Elm
高级语言: Elm
项目地址: git://github.com/dazzz/melmory-game.git

Melmory Game
This is a demo app created in Elm. In this app several important features of the Elm Architecture used such as Commands and Subscriptions.
Also you can see by example how Timer
and Random
modules can be utilized in Elm app.
Building a project
yarn
elm-package install
yarn start