mirror of
https://codeberg.org/cblanken/boggler.git
synced 2026-07-26 03:29:26 -04:00
- By default Poetry build packages into "./packagename/packagename" instead of "./packagename/src/packagename", this commit reflects that structure even though poetry _could_ build normally from the original structure
1.0 KiB
1.0 KiB
| 1 | # Made from 6x6 dice repeated to reach 9x9 (81) dice rolls |
|---|---|
| 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 |
| 38 | _,_,_,e,i,o |
| 39 | a,a,a,f,r,s |
| 40 | a,a,e,e,e,e |
| 41 | a,a,e,e,o,o |
| 42 | a,a,f,i,r,s |
| 43 | a,b,d,e,i,o |
| 44 | a,d,e,n,n,n |
| 45 | a,e,e,e,e,m |
| 46 | a,e,e,g,m,u |
| 47 | a,e,g,m,n,n |
| 48 | a,e,i,l,m,n |
| 49 | a,e,i,n,o,u |
| 50 | a,f,i,r,s,y |
| 51 | an,er,he,in,qu,th |
| 52 | b,b,b,j,j,z |
| 53 | c,c,e,n,s,t |
| 54 | c,d,d,l,n,n |
| 55 | c,e,e,i,t,t |
| 56 | c,e,i,p,s,t |
| 57 | c,f,g,n,u,w |
| 58 | d,d,h,n,o,t |
| 59 | d,h,h,l,o,r |
| 60 | d,h,h,n,o,w |
| 61 | d,h,l,n,o,r |
| 62 | e,h,i,l,r,s |
| 63 | e,i,i,l,s,t |
| 64 | e,i,l,p,s,t |
| 65 | e,m,o,t,t,t |
| 66 | e,n,s,s,s,u |
| 67 | g,o,r,r,v,w |
| 68 | h,i,r,s,t,v |
| 69 | h,o,p,r,s,t |
| 70 | i,p,r,s,y,y |
| 71 | j,k,qu,w,x,z |
| 72 | n,o,o,t,u,w |
| 73 | o,o,o,t,t,u |
| 74 | e,m,o,t,t,t |
| 75 | e,n,s,s,s,u |
| 76 | g,o,r,r,v,w |
| 77 | h,i,r,s,t,v |
| 78 | h,o,p,r,s,t |
| 79 | i,p,r,s,y,y |
| 80 | j,k,qu,w,x,z |
| 81 | n,o,o,t,u,w |
| 82 | o,o,o,t,t,u |