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

Great game! I just have a few suggestions:

Make the conveyor movement slower.
   If you're moving forwards, on a conveyor going backward, you should be moving forwards, even if it is a lot slower.
Make the dialogue text move from the top to the bottom of the screen depending on where you are standing.
   This would be easy to add if you just check the y position of the player and then move it out of the way.
Don't repeat voice lines.
   I think this one is pretty self-explanatory

Apart from that, awesome game!

Thanks for the feedback! Unfortunately i can only do the first one, the two other would be a lot harder to do. I've actually tried implementing 2 and 3, and failed both times. For some reason getting the on-screen position of the player is a lot harder than i thought and not repeating voice lines would require me to save a list of all the voicelines and then not include them in the random number generation.All possible but pretty hard to do.

You just have to calaculate the players position x and y compared to the camera's x and y you just have to do math. Be creative.