Use your mouse or touch device to move letters up, down, left or right. Create words using the letters. Your goal is to use all of the letters to complete the level with the most points possible.
Your progress is automatically saved when you complete a level.
Note:
Progress is saved to your web browser's local storage. This means that if you are playing the game in a private / incognito browser window, your progress will be erased when you close all of your private / incognito windows.
This game was imagined and programmed by el gran diablo, known to earth denizens as Mike Doty.
Most of the game is rendered with simple html and css. The level backgrounds (the black stripe looking stuff with curved corners) is prerendered at the start of each level using a canvas element. I didn't think I'd be able to achieve such an effect with raw css. You can take a look at the code in canvas.js if you want, it's pretty terrible!
Word Length | Pts | Per Letter |
---|---|---|
2 | 2 | 1 |
3 | 4 | 1.33 |
4 | 6 | 1.5 |
5 | 9 | 1.8 |
6 | 14 | 2.3 |
7 | 20 | 2.9 |
8 | 28 | 3.5 |
9 | 36 | 4.0 |
10 | 47 | 4.7 |
11+ | 55 | 5.0 |