Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I really like the core concept here of a physics puzzler where you rewind time, but I think there are a lot of issues with the way that the limitation was implemented, resulting in a kind of frustrating user experience. The time rewind was implemented really well, though, so major props - that’s not easy to execute, and it works seamlessly here.

Can you elaborate on the issue? I'm assuming that the scroll wheel made the object too slow. Accounting for this was pretty difficult because I wasn't able to test on multiple mice. I am working on a fix and will update it once ratings end.

The scroll wheel was definitely a bit of a slog, and I get the frustration because I’ve worked on games with scroll wheel mechanics and mice never seem to line up on different setups. I got around that by taking the friction off my mouse wheel, though, since I have a button for it.

My other issue was with the screen area, and relatedly, the mouse-based panning. I think variable zoom would have helped there. I didn’t love the feel of the mouse pan either, but I don’t have any concrete feedback there (I haven’t worked with them before so I don’t know what knobs are available to tweak).

Last time I worked with a scroll wheel, moved the character according to how far the scroll wheel was moved. However I found it really inconsistent between scroll wheels as sometimes a mouse would make the character way too fast. The way I implemented this time was that every frame the game would check if you moved the scroll wheel up or down and move the preview forward one space or backward one space. I thought this would fix the issues because as long as the player is moving the scroll wheel each frame the preview would move regardless of how much the scroll wheel is changed. I'm not completely sure but maybe it had to do with frame rate because the scroll wheel would be checked every frame. I have theoretical two solutions right now: move according to how much the scroll wheel is moved but cap it or exponentially increase the speed depending on how long you've been scrolling.

The camera panning was definite new to me too. I added it to make sure the game gave me enough space to design levels without being to large. I tried to make is as smooth as possible as the cameras would move faster the closer you are to the edge of the screen with a linear increase. I was going to try to implement a exponential relation but thought it was too much work you too little results. By variable zoom should I add that to a settings menu? I will try to fix all these issues once the rating period ends. Thank you for the criticism.

(2 edits)

Sorry for being too active. I'm just really worried that my game is unplayable. I've added changed version with better scrolling. I can't make any changes to the original page. You can find it on my page. Please don't change any rating however, I just want to make it more playable