Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipborg/CubeShuffle
Draft cube shuffle utility
https://github.com/philipborg/CubeShuffle
card-game cube magic-the-gathering mtg shuffle tauri yew
Last synced: 3 months ago
JSON representation
Draft cube shuffle utility
- Host: GitHub
- URL: https://github.com/philipborg/CubeShuffle
- Owner: philipborg
- License: agpl-3.0
- Created: 2021-11-27T04:33:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T19:04:33.000Z (over 1 year ago)
- Last Synced: 2024-06-23T04:54:48.274Z (4 months ago)
- Topics: card-game, cube, magic-the-gathering, mtg, shuffle, tauri, yew
- Language: Rust
- Homepage:
- Size: 3.85 MB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - CubeShuffle - Card game shuffling utility. (Applications / Gaming)
- awesome-yew - CubeShuffle - Card game shuffling utility built with Rust, Yew, Bulma and Tauri. (Projects)
README
= CubeShuffle
image:https://img.shields.io/github/workflow/status/philipborg/CubeShuffle/Rust%20build%20&%20test[GitHub Workflow Status]
image:https://img.shields.io/badge/status-beta-green[Status]
link:LICENSE[image:https://img.shields.io/github/license/philipborg/CubeShuffle[GitHub]]
image:https://img.shields.io/badge/platform-Linux--x64%20%7C%20macOS--x64%20%7C%20Windows--x64%20%7C%20Android%20%7C%20Web%2FWasm32-informational[Platforms]link:https://github.com/philipborg/CubeShuffle/subscription[image:https://img.shields.io/github/watchers/philipborg/CubeShuffle?style=social[GitHub watchers]]
image:https://img.shields.io/github/stars/philipborg/CubeShuffle?style=social[GitHub Repo stars]
image:https://img.shields.io/github/followers/philipborg?style=social[GitHub followers]:toc:
== Introduction to CubeShuffle
CubeShuffle improves card game cube shuffling by offering more control over distribution, randomness and/or shuffling speed. It does this by combining digital and manual shuffling.
CubeShuffle is designed to be generic for all card games with a cube format.== Installation
CubeShuffle is currently available on three different platforms:
* link:docs/installation/desktop.adoc[Desktop GUI] (Recommended)
* link:docs/installation/android.adoc[Android]
* link:docs/installation/cli.adoc[Command Line Interface]Please note that there are currently no automatic updates operational on any platform.
== Distribution Shuffle
This is a quick and easy shuffling method for cubes, where cards can be assigned and distributed based on groups.
It offers control over predictability as card shuffling can be controlled from being completely random to evenly distributed.
Instructions on how to use Distribution Shuffle are available link:docs/distribution_shuffle.adoc[here].
Use Distribution Shuffle with 100% randomness for all piles to speed up a completely random cube shuffle significantly.== Predictability and randomness
You may be asking why anyone would want to control the randomness.
Shouldn't the draft be completely random?
If you want to, and it suits your cube, you can, as CubeShuffle can use Distribution Shuffle to achieve 100% randomness.Most cubes don't want complete randomness.
You want to ensure the deck archetypes are playable and have a low chance of being ruined by chance, or worse, bad shuffling (bad shuffling is significantly less likely when using CubeShuffle).
This is why you never see sealed booster packs in MTG with just one card color as they are far from completely random but rather have controlled randomness.
It lends itself to a significantly better drafting experience.