kburton / elm-yahtzee

Implementation of the game Yahtzee in elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

make build
Build the project in production mode and place the output in the dist directory.
make debug
Build the project in debug mode and place the output in the debug directory.
make run
Start a local server on port 8080. To view, open http://localhost:8080/ in your browser and click the dist or debug link.

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.

About

Implementation of the game Yahtzee in elm.

License:GNU General Public License v3.0


Languages

Language:Elm 89.0%Language:SCSS 7.0%Language:HTML 2.9%Language:Makefile 1.2%