Skip to content

Instantly share code, notes, and snippets.

@jisommer
jisommer / DiCipheringDice.py
Last active August 29, 2015 14:13
Heath DiCiphering dice. Determine sums possible
__author__ = 'johnsommer'
# url for description of the dice and unique properties
# http://www.creativecrafthouse.com/index.php?main_page=product_info&products_id=824
d = list(());
# list of Heath's dice
d.append([483, 285, 780, 186, 384, 681]);
d.append([642, 147, 840, 741, 543, 345]);
d.append([558, 855, 657, 459, 954, 756]);
d.append([168, 663, 960, 366, 564, 267]);
d.append([971, 377, 179, 872, 773, 278]);