Love yahtzee, but hate losing due to luck?!? This is a completely fair version of yahtzee where all players get to choose from the same set of dice and winning or losing is entirely due to your choices!
- Gleam 96.3%
- HTML 2.9%
- CSS 0.8%
| priv/static | git: Add files needed for the webpage | |
| src | feat: Finish game button | |
| test | feat: Working version | |
| .gitignore | git: Add files needed for the webpage | |
| gleam.toml | feat: Added a basic web interface | |
| index.html | git: Add files needed for the webpage | |
| LICENSE | doc: Add LICENSE | |
| README.md | feat: Working version | |
yahtzee
gleam add yahtzee@1
importyahtzeepubfnmain()->Nil{// TODO: An example of the project in use
}Further documentation can be found at https://hexdocs.pm/yahtzee.
Development
gleam run # Run the project
gleam test # Run the tests