Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

You guys, this is an adorable first game! The art style is cute and colorful Pico-8. The music is a nice loop as well. Thought this was a creative interpretation on bullet hell/ including projectiles. Objective was easy to understand and play. Overall  a really nice little experience. Great job team!

Here is some feedback for some spots to improve on: Parts of the chef are white like the floor and make it a little hard to see all of the chef.

The player movement is jittery near walls, possibly a collision issue or style of movement code.

The corridors are pretty tight for the size of the character, you might consider adjusting the collision box of the player or making taller corridor entries.

There seems to be a skewed placement of the food spawner, so that it tends to the right (including outside the map).

There seems to be neither a consequence for doing things out of order nor a win state? This was made slightly confusing by the score counter at the top left which could increment or decrement random numbers based on picking up incorrect foods. 

(+1)

I'm really thankfull for all the compliments and feedback, about the issues, since we didn't really have any other experience programming we were kinda lost, expecially in the beginning, so we submmited 3 hours before the deadline, with unholly amounts of caffeine in our blood, so we didn't have a lot of time to playtest, so the jittery movements and the tight corridors were really a lack of that, and the score is actually an "sprite checker" that i forgot to remove from the final game lol.
This is really just a proof of concept since we didn't really  had time to implement a win state.

I've found that last minute caffeine rush to be my usual reaction to jam deadlines, even with a few years programming and several jams now lol. My team didn't really get a chance to play test before the deadline either except to see if it worked.

I never would have guessed that was a sprite ID checker, but that makes a lot of sense now that you've told me. I'm used to using Unity's tag system. I'm curious, is there a standard or common engine used for Pico-8 games?