Piffle: a puzzle word game 1.7

0
0
Published 2023-06-12


My family like the online word game Waffle but wanted to play more than once a day. So I wrote them this version in Pico-8. Along the way I reimagined it as an 8-bit console title with sound effects, music, particles, multiple levels, ramping difficulty, and a final “boss battle” that you unlock by completing all the preceding levels.

Scrambled words are arranged in a grid. Unscramble all the words by swapping pairs of letters. You have a limited number of swaps to complete each level. Run out of swaps and you have to try again. Complete the level with swaps left over to score points.

Can you solve all the levels with five swaps remaining to win the title of Piffle Champion?

Play level 1 for an introduction to the controls. Playing through this level unlocks the rest of the game.

When playing a level, the pause menu gives you options to restart the level or return to the level selector. If you have difficulty interpreting the tile colors, you can enable graphical indicators on the tiles by toggling the "color blind" option on the pause menu with the left and right buttons.

Note: the game uses British English spellings, not American English spellings.

The music is by J.S. Bach, converted from a free MIDI file by the Denote tool.

1.7: the in-game tutorial explains the blank spaces, now that the cursor does not skip over them

1.6: usability improvements:

1.5: the game starts with the next unplayed level selected, so you can start playing with a single button
press.

1.4: usability improvements: custom pause menu items behave like the standard ones

1.3: bug fix in end of game condition (you must now complete all levels with score of 5); added a small animation on title screen when you beat a level with score of 5 to show that the cursor has been moved to the next level

1.2: particle effect on title screen when the player has unlocked the final level

1.1: small bug fixes

1.0: first release