I tested your game on Linux (Fedora 42 with KDE Plasma) and encountered some issues.
Firstly, I noticed that the Linux file was packaged in a .zip, which can cause problems as it loses the execute permissions (chmod +x). Instead, I suggest using a .tar.gz file.
When I tried to run the game, I got the following errors:
- Running
sh CandyMerge.shresulted in a "Permission denied" error. - After setting the execute permission with
chmod +x CandyMerge.x86_32, I got a "required file not found" error when runningsh CandyMerge.shor./CandyMerge.x86_32.
Unfortunately, the Linux build didn't work.
On a positive note, I enjoyed playing the game on the web! The animation and sounds are great, and the game is fun.
I did find a couple of minor bugs:
- Clicking "Rate our Game" leads to a 404 not found page.
- Emojis don't show up, possibly due to a font issue. I had a similar problem in my own project, Trypophobia, and solved it by using an emoji font as the fallback font. You can find more information on how I did it here
Overall, fun game.