Posted October 30, 2025 by Bigeishe
Since I wanted to play with android renpy applications, I chose this project of mine as a crash-dummy. I also took the opportunity to improve it overall. You will find the list of improvements below the new logo!
Gameplay & Interaction
• You can now interact by dragging and dropping the tokens to swap them!
• Matching logic improved: fixed a bug that made matching unpredictable if done during animations.
• Fixed a bug that made animations skippable.
Visuals & UI
• Snappier animations for an overall improved game feel.
• The main background now has animations.
• The main menu now features animated elements.
• Custom UI replaces the default Ren'Py interface.
• Tokens redesigned to be more inclusive, now differentiated by both color and shape.
• Made a proper logo.
• Created a custom loading wallpaper.
• Made an Android icon.
Code & Optimization
• Refactored the code for better readability, now doubles as a Ren'Py Match-3 framework (might release separately).
• Cleaned up redundant image definitions.
• Image variations of tokens are now programmatically and dynamically generated.
• Optimized the game by removing unnecessary images.
Platform Support
• Ported the game to Android.
• Ported the game to browser.