Update 4x4 dice and add 6x6 dice

This commit is contained in:
2022-09-06 15:27:19 -04:00
parent b445071ccc
commit 2a6a27b0b8
2 changed files with 52 additions and 15 deletions
+37
View File
@@ -0,0 +1,37 @@
# front,right,back,left,top,bottom (starting with one of the first alphabetical chars
_,_,_,e,i,o
a,a,a,f,r,s
a,a,e,e,e,e
a,a,e,e,o,o
a,a,f,i,r,s
a,b,d,e,i,o
a,d,e,n,n,n
a,e,e,e,e,m
a,e,e,g,m,u
a,e,g,m,n,n
a,e,i,l,m,n
a,e,i,n,o,u
a,f,i,r,s,y
an,er,he,in,qu,th
b,b,b,j,j,z
c,c,e,n,s,t
c,d,d,l,n,n
c,e,e,i,t,t
c,e,i,p,s,t
c,f,g,n,u,w
d,d,h,n,o,t
d,h,h,l,o,r
d,h,h,n,o,w
d,h,l,n,o,r
e,h,i,l,r,s
e,i,i,l,s,t
e,i,l,p,s,t
e,m,o,t,t,t
e,n,s,s,s,u
g,o,r,r,v,w
h,i,r,s,t,v
h,o,p,r,s,t
i,p,r,s,y,y
j,k,qu,w,x,z
n,o,o,t,u,w
o,o,o,t,t,u
1 # front right back left top bottom (starting with one of the first alphabetical chars
2 _ _ _ e i o
3 a a a f r s
4 a a e e e e
5 a a e e o o
6 a a f i r s
7 a b d e i o
8 a d e n n n
9 a e e e e m
10 a e e g m u
11 a e g m n n
12 a e i l m n
13 a e i n o u
14 a f i r s y
15 an er he in qu th
16 b b b j j z
17 c c e n s t
18 c d d l n n
19 c e e i t t
20 c e i p s t
21 c f g n u w
22 d d h n o t
23 d h h l o r
24 d h h n o w
25 d h l n o r
26 e h i l r s
27 e i i l s t
28 e i l p s t
29 e m o t t t
30 e n s s s u
31 g o r r v w
32 h i r s t v
33 h o p r s t
34 i p r s y y
35 j k qu w x z
36 n o o t u w
37 o o o t t u