Skip to content

Instantly share code, notes, and snippets.

@cfreshman
Last active March 29, 2024 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfreshman/5c50e5903b26be7f8a566e60a07b82e1 to your computer and use it in GitHub Desktop.
Save cfreshman/5c50e5903b26be7f8a566e60a07b82e1 to your computer and use it in GitHub Desktop.
double bananagrams tile counts (they are just double the regular counts)
{
a: 26,
b: 6,
c: 6,
d: 12,
e: 36,
f: 6,
g: 8,
h: 6,
i: 24,
j: 4,
k: 4,
l: 10,
m: 6,
n: 16,
o: 22,
p: 6,
q: 4,
r: 18,
s: 12,
t: 18,
u: 12,
v: 6,
w: 6,
x: 4,
y: 6,
z: 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment