Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.*