Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rawenchilada/knucklebones
A browser version of the luck and strategy based dice game from Cult of The Lamb.
https://github.com/rawenchilada/knucklebones
board-game game html5 online-game
Last synced: about 12 hours ago
JSON representation
A browser version of the luck and strategy based dice game from Cult of The Lamb.
- Host: GitHub
- URL: https://github.com/rawenchilada/knucklebones
- Owner: RawEnchilada
- Created: 2022-09-04T08:39:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T14:02:52.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T07:12:50.202Z (about 2 months ago)
- Topics: board-game, game, html5, online-game
- Language: Dart
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knucklebones
A version of the luck and strategy based dice game from [Cult of The Lamb](https://store.steampowered.com/app/1313140/Cult_of_the_Lamb/).Available at: https://rawenchilada.github.io/Knucklebones/
# Roadmap
- Hard AI# How to Play
- Take turns with the ai to place dices on a 3x3 board.
- Same dices in a column will have their values multiplied.
- If you place a dice in a column where the opponent already has a same dice, the opponent will lose the dice.
- The game ends when one of the boards are full.
- The player with the highest score wins.# Build
To build the game install the [Dart SDK](https://dart.dev/get-dart).
Then run `make` in the root directory of the project.
The game will be built to the `dist` directory.> *'make artifact' builds the game into a '_site' folder, used for github workflows.*