itch.io is community of indie game creators and players

Devlogs

Devlog #6: —Updates based upon Testing Session

Gravity Bender
A browser game made in HTML5

A game may be created by a developer/team of developers but without testing it risks facing issues developers are blinded to that new players/non-devs will not be, so its important to run testing sessions to make sure that everything feels good to play and experience

During the testing session a google form was created to query the experiences of testers to help refine the direction of development for the game. The feedback for Gravity Bender was overall very positive, however there were some issues that were noted, so I'll explain them and my solution to them below

Issue: The player should have an indication of when they're able to change gravity

Issue: The game would feel better with better (non-temp) art
Solution: while thinking about what kind of art style would work best for the game and constantly coming up blank, I had the thought that "the levels kinda looked like they're floating in space", so I put in a cool space bg image to see if it'd fit and it totally did! but the game wouldn't truely look the part if it was just a cool bg image and black boxes for stage geometry, so I outfitted the stages with part of the tileset from metroid zero mission's norfair area to give a kind of "asteroid"/"floating in space" vibe and I think it totally worked!

Issue: the gravity swap "lines" don't convey their mechanics very well

Solution: I've added a "swap" sounding sfx when gravity changes to let the player know whats happening, but even that may not be enough, so I am looking into potential art that I could use to show the idea of the gimmick as well

Issue (found during personal testing): Doors can be kinda hard to see in some situations, plus they can be a pain gameplay wise

Solution(s): I set the "red" channel to oscillate based on a sine wave using Time.Time so the door is now more visible in all situations since it's dynamically changing colour, the only other thing that has that ability is the player's gravity arrow. I've also widened the collider for the door to make it easier to access AND added an sfx for "entering" the door, letting the player know their inputs went through.


This is the last main (planned) devlog so I hope you've enjoyed my ramblings and I especially hope you find Gravity Bender fun to play!

Leave a comment