]> git.cworth.org Git - lmno.games/commit
Initial implementation of Letter Rip
authorCarl Worth <cworth@cworth.org>
Fri, 6 Mar 2026 11:59:32 +0000 (03:59 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 6 Mar 2026 16:29:48 +0000 (11:29 -0500)
commit24e0a276e73f65a1e6a0450ecd39747855081311
tree584458de24114853c250eb608326e05a490772bd
parent3b5d17e14224eeb4befeaef409f54fb29af831ed
Initial implementation of Letter Rip

This is the game we originally learned as "Speed Scrabble", (but
similar to what others may have learned later as Bananagrams).

This implementation was created with the assistance of claude opus
4.6.
letterrip/.gitignore [new file with mode: 0644]
letterrip/Makefile [new file with mode: 0644]
letterrip/game.html [new file with mode: 0644]
letterrip/index.html [new file with mode: 0644]
letterrip/letterrip.css [new file with mode: 0644]
letterrip/letterrip.jsx [new file with mode: 0644]
letterrip/twl.js [new file with mode: 0644]