This is a small platformer game I created for Trijam #140.

The objective of this game is to collect the coin of whatever color is required, as shown at the top. The beginning of the game is simple, but as the game continues the hue changes and you have to guess which coin is the correct color (taking into account the adjusted hue).

The coins only have 3 locations they can spawn, but they spawn in a random order each time.

The player always remains the same color so you have some kind of reference point.

How well do you know your relative colors?

StatusReleased
PlatformsHTML5
Rating
Rated 1.0 out of 5 stars
(1 total ratings)
AuthorTimeLoad Games
GenrePlatformer
Made withConstruct
Tags2D, hue, Trijam

Comments

Log in with itch.io to leave a comment.

Cool small minimal game, however, there are a few things you need to take care of, first, the controls could be improved, currently, it feels very simple and floating, secondly, while jumping on the platforms the player double jumps automatically, which seems really odd. Then you can consider adding up some good levels to this game and add some more mechanics to this game.

Thanks for the feedback. Yeah I had hoped this game would be much more polished, it seemed like such a simple idea, but it took me 2/3 of my time to figure out how to get the coins spawning randomly at the 3 locations. I know it sounds trivial, and in any other engine it would be, but with Construct 3 the JavaScript support is minimal and having to use their drag-and-drop code editor to do even simple things like randomly shuffling an array was confusing. I got it in the end and I learnt a lot, but because of this I didn't have enough time to fix the controls and add more levels/features.

Ohh., Not at all a problem, I believe the next one would be a show stealer.