Around the Spot - Dice minigame. It is a ready for use dice-based minigame with multiplayer support.
Video: https://youtu.be/SrhV5YvYkHs
Documentation: https://docs.google.com/document/d/19hvvTHigHlvciwJyfuS-mQZfnGdOsNff2K5dU8plhjs/edit?usp=sharing
The name of this game relates to scoring numbers in play. 1, 3 and 5 all have a spot in the centre of the die's face. Played with three dice and a score sheet.
There is a simple example map included.
The pack is aimed to be used in existing projects.
You can add DiceGameManager Component to your NPC/Playing table or whatever you wish to be a 'croupier'. Should implement GameManager Interface
You will also need some DiceSpiwner - it may be a table or cup, it should implement DiceSpawner Interface.
And, for sure, your PlayerController should implement both PlayerController interface and Widgets Interface.