Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

 Fun & Gameplay:

The core gameplay presents an original idea with interesting skills. The procedurally generated levels are a standout feature, looking great and offering a fresh layout each run. Another excellent addition is the inclusion of customizable controls, which is a rare and highly appreciated feature in jam submissions.

However, the game can feel frustrating, especially starting around level 4. Being forced to re-collect the key every time you die breaks the flow and quickly becomes tedious rather than challenging. Additionally, the environmental hazards are not very distinguishable—for example, when a hazard is a pleasant shade of blue, it doesn't clearly communicate danger to the player.

🎨 Graphics & Audio:

Visually, the game utilizes simple but effective graphics backed by good color choices and nice visual effects. However, there is room for improvement: the player character feels somewhat lifeless and would greatly benefit from an idle animation. The default font is highly readable but lacks originality; exploring alternatives on Google Fonts could help give the game a more unique identity.

In terms of the interface, the on-screen help panel is currently too intrusive. Tucking it away behind a toggle button, moving it to the pause menu, or simply placing it in a corner would clean up the screen significantly. The scanline filter also feels out of place for a high-resolution game and would be better suited as an optional toggle in the menu. On the audio side, the sound effects are simple but effective, though the lack of full in-game music—aside from some basic jingles—leaves the audio landscape feeling a bit empty.

🤖 AI Implementation:

This game appears to be the result of using a nice little home made AI tool. If the game is entirely AI-generated, it is a highly impressive technical achievement!

💡 Final Thoughts:

Gravity Maze offers an original concept with impressive procedural generation, but it needs some balance tweaks and quality-of-life UI changes to smooth out its mid-game difficulty spikes.

(+1)

Thank you so much for such a thoughtful review!

In this game, almost all the art and audio are implemented via code, and that code was nearly entirely generated by AI (I only made a few minor numerical tweaks). Throughout development, my role was more like a planner giving requirements to the AI Programmer.

My goal was to see how far an AI-coded game could go within a limited timeframe. This project has proven that using AI to build prototypes for gameplay validation is definitely viable—a user's imagination is now the key. However, reaching a high level of polish still requires professional design expertise.

The issues you pointed out are very insightful. They mainly stem from my own oversights and a lack of time (work has been incredibly busy lately T T). I’ll definitely take your suggestions to heart. Thanks again!