Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briandfoy/two-letter-scrabble-sheet
Make a grid of two letter scrabble words
https://github.com/briandfoy/two-letter-scrabble-sheet
pdf perl scrabble
Last synced: 21 days ago
JSON representation
Make a grid of two letter scrabble words
- Host: GitHub
- URL: https://github.com/briandfoy/two-letter-scrabble-sheet
- Owner: briandfoy
- Created: 2016-08-29T01:03:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T20:30:26.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T21:38:04.542Z (3 months ago)
- Topics: pdf, perl, scrabble
- Language: Perl
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=encoding utf8
=head1 Make a Scrabble grid
I wanted to make a grid the represents the valid two-letter
Scrabble words. Because, Scrabble people are kinda into that
sorta thing.=head2 The words
I'm not very particular about the word list, although some people
are. I've included a starting list in F, but you can
make your own. If I've made a mistake or my list if outdated,
send a pull request.I'd also like historical lists, or to know when each word was added
to the official Scrabble dictionary.=head2 The grid
│a b c d e f g h i j k l m n o p q r s t u v w x y z
├────────────────────────────────────────────────────┤
a│* * * * * * * * * * * * * * * * │
b│* * * * * │
c│ │
d│ * * │
e│ * * * * * * * * * * │
f│* * │
g│ * │
h│* * * * * │
i│ * * * * * │
j│ * │
k│* * │
l│* * * │
m│* * * * * * * │
n│* * * * │
o│ * * * * * * * * * * * * * │
p│* * * │
q│ * │
r│ * │
s│ * * * │
t│* * * │
u│ * * * * * * │
v│ │
w│ * * │
x│ * * │
y│* * * │
z│* │
├────────────────────────────────────────────────────┤=cut