Khombo
About
Based on Disgaea's Geo Panel System, this game was made as a prototype for the main game's mechanics and posted as part of hentaiphd's Tasting Room Jam. This jam had the theme of Precision, so I tried to make a procedural puzzle game where the player would have to think the solution before executing the sequence designed as the main gameplay mechanic; so this works as a prototype for that idea.
Difficulties and Challenges:
The main challange of the game was to color the grid of the same color. This has a huge problem behind it, because it can not check for solvable puzzles before hand as it takes a huge computational toll and PICO-8 is not made for those kinds of calculations.
As a solution for this, I though of a few alternatives, so feedback is very welcomed on this regard (or any by that measure):
- Leave the randomness in, and add a lives system to make up for the possible unsolvable puzzles. This would eventually end the game on randomness alone (on the basis that the player can solve any puzzle)
- Make a sequence to shuffle the panels until the player feels comfortable enough to tackle it. This would eventually end in exploiting the system until you can get an easy enough puzzle, lowering the difficulty to the player's confort.
- Make exponentially dificult levels, adding tiles, colors and limiting bombs, letting the player tackle levels as many times as he wants until a cap. This would ease the difficulty curve and would also work as a game end situation.
- A win or lose panel depending on complete coloring
- A timer scheme
- Music
- Scaling levels of difficulty
- Arcade based level progression
- Scaling sizes and colors for stages