Awesome
elm-yahtzee
Elm Yahtzee is an implementation of the dice game Yahtzee written in elm. It is primarily designed for mobile.
Play online here.
Build
The project can currently be built on a Linux or Mac operating system.
Requirements:
- make
- docker
- elm 0.19.1
The following commands are available from the root directory of the project:
<dl> <dt>make build</dt> <dd>Build the project in production mode and place the output in the dist directory.</dd> <dt>make debug</dt> <dd>Build the project in debug mode and place the output in the debug directory.</dd> <dt>make run</dt> <dd> Start a local server on port 8080. To view, open <a href="http://localhost:8080/" target="_blank">http://localhost:8080/</a> in your browser and click the dist or debug link. </dd> </dl>Credits
Written in elm, a fantastic functional language that compiles to JavaScript.
Paper texture from Toptal Subtle Patterns and created by Blaq Annabiosis.
Kalam handwriting font from Google Fonts.
License
This project is licensed under the GNU General Public License v3.0.
Contact
You can contact the author here.