June 29, 2025:
- Added an "Invert Rotation" option to the Pico-8 pause menu that will make playing on mobile better.
- Balance tweaks to curse randomization
July 2, 2025
- Players can now select a challenge level from the start screen. This applies a starting level and a pre-defined set of curses.
- The colors curse now introduces a special wild joker block that will complete a match with any color.
- After level 5, the game will try to tempt you with one of the curse choices by offering to increase your score multiplier. Be careful!!
- Allow players to choose the Mystery curse 4 times. Don't do this.
- Adjusted balance
- Hopefully more difficult for Craig to break the game
- Bonus: Tweaked the Pico-8 html template so the mobile controls are better and prettier. No more need to invert the rotation!
July 7, 2025
- Craig broke the game. Numbers in Pico-8 can store a value up to 32768, and scoring more than that caused it to wrap around to a negative number, so I changed how scores are stored to allow for higher numbers.