Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkremer/catandice
Kivy smartphone app to simulate less erratic dice rolls for the Settlers of Catan card game.
https://github.com/lkremer/catandice
android android-application catan dice-roller kivy kivy-framework kivy-language
Last synced: about 2 months ago
JSON representation
Kivy smartphone app to simulate less erratic dice rolls for the Settlers of Catan card game.
- Host: GitHub
- URL: https://github.com/lkremer/catandice
- Owner: LKremer
- License: mit
- Created: 2017-06-02T14:39:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T11:18:31.000Z (over 7 years ago)
- Last Synced: 2024-10-14T06:40:44.489Z (3 months ago)
- Topics: android, android-application, catan, dice-roller, kivy, kivy-framework, kivy-language
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A cross-platform smartphone app to simulate dice rolls for the Settlers of Catan Card Game for two players
=========A small toy app I made to learn [Kivy](https://kivy.org/).
The point of this app is to make dice rolls a little less erratic and remove some of the randomness of the Settlers Card Game. To achieve this, the probability to roll each side is adjusted based on past events. Frequently-rolled numbers get a decreased chance to be rolled again, while seldomly rolled numbers get a boosted chance. The app also tracks all dice rolls to display stats histograms at the end of the game.
Screenshots
=========Main menu and stats screen. The stats screen shows how often every side was rolled (histograms) and the probability to roll each side in the next turn (horizontal bars).