Interesting game concept. But it realy needs some polish & an end screen.
This was my final project for my Unity class when I was in college. You click two spheres to swap position or double click one sphere to clear all adjacent spheres of the same color and earn points. You earn a multiplier for getting more spheres at once, so you'll need luck or some planning ahead to get a high score. I've never been able to clear the entire board, you need good luck and skill to be able to do that. Fun fact: This was the first game I ever made to use a recursive algorithm, that's how it clears all spheres at once of the same color. But right now it's kinda boring, it needs more animations.
2024-10-13 Update:
Added high score functionality
Added "pop" sound effect
Changed background color
Interesting game concept. But it realy needs some polish & an end screen.
It might be tricky to know when no additional moves can be made and the game ends with the current logic because we're able to swap tiles without a match. I'll think about it.
simple, but functional! i see a good template/base that can be refined into something cool. exactly like you said!
Yeah, I'll probably add a sliding animation and like an exploding animation for when you swap spheres to make it make more sense in the future
kinda confusing but pretty gud