It’s funny that some things that look well on paper turn out to be terrible when implemented… Case in point: the attractors…
Just added attractors to the game, which behave as the mouse and can attract and repulse elements:
The result is terrible, from a gameplay perspective… Either they’re too strong (and they bypass our own attraction on the mouse cursor), or they’re too weak (and do nothing to help or hinder the player)… The behavior was different from what I was expecting (I was expecting a kind of “negation zone”), but it is actually correct, although not fun at all…
I might use them anyway to impede some paths (although I can use just walls for that, to be honest, no difference).
I have also implemented moving attractors, to see if they could be salvaged… although they’re a bit better, adding a measure of challenge in some sections, they’re still very weak as a gameplay mechanism:
Problem is that I don’t know if I can make a compelling game with just walls and blocks… My wife seemed to have fun with just those elements, but I don’t know how fun that actually can be in the long run… Maybe I’ll have some new idea in the meantime, since I’m still on schedule… I still have to consider the attraction change issue (keypress vs environment control) anyway, and if I decide to go for the environment control, the attractors might be a good element again (although I doubt it)…
Current schedule: