Skip to content

kburton/elm-yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published