
Hearts for Coins
Coins for Hearts
The Game
In this game you control two characters – a Heart and a Coin.
Your goal is to reach the red platform with both characters.
The Heart character loses hearts over time and can only collect coins.
The Coin character loses coins over time and can only collect hearts.
To fill up the energy, you have to collect one key with each character and move with both to a green platform. There you can exchange the collected items.
The red platform is only visible, when both characters have collected a key.
The level is completed as soon as both characters reached the red platform.
The game is over, when one character falls down, runs out of energy or collects both keys.
Controls
* Move characters: WASD* Jump: Space
* Change characters: Left Mouse
* Exchange items: Left Mouse (only on green platform)
Used Tools
* Unity 2019* Aseprite
* sfxr
* Bosca Ceoil
Update 2019-04-30
I accidentally uploaded the wrong setup.exe at itch.io. Fixed now.
Comments26

diesdas29 Apr 2019, 13:41
Interesting idea, I like the character change mechanic, leaves room for a lot of fun ideas on top of that. Unfortunately I couldn't make it past the second level. Also I feel like the running speed is way too low.

SoerenBachNielsen29 Apr 2019, 14:26
Pretty cool puzzle game! Feels a bit slow with the movement, and sometimes I could jump infinitely ? :-D Anyways, interesting idea with the whole two-character thing. Take a moment for your brain to process.

TasakaSama29 Apr 2019, 17:15
it lacks a little finishing on the visual, but the change of character is super cool,all works nice game

Cubicode30 Apr 2019, 09:20
@noobexception, @diesdas , @soerenbachnielsen, @tasakasama Thanks for the nice feedback.
I just decided to continue on the game and the first thing I did was to increase the character speed. Man, why didn't I do this before. It's much better.
I just decided to continue on the game and the first thing I did was to increase the character speed. Man, why didn't I do this before. It's much better.

Avi30 Apr 2019, 11:51
I really enjoyed the game! Nice music! also like the floaty jump and the puzzles! :D

schizoid2k30 Apr 2019, 17:07
This would make a great mobile game... loved the concept and the puzzles.
squirmonkey1 May 2019, 06:20
This is a clever idea, but the platforming is a little slow, music is pretty good.

Zesix1 May 2019, 07:23
The game felt a bit slow, but I liked the concept!
Gronther1 May 2019, 07:25
Fun little platformer. I like the idea of exchanging resources like this. The theme could have been a bit stronger. Music was nice but got a bit repetetive quickly, especially with the 8-bit like sounds you used. Good job overall.

Arcus1 May 2019, 07:26
I enjoy this game; the graphics are nicely done, with fun music. Try increasing the speed of the player, and maybe some instructions / tutorial.
NICO_THE_PRO1 May 2019, 07:32
This is a really interesting concept; I love two characters games. I have some suggestions:
- Maybe make it so one character is controlled with WASD, the other with the arrow keys, so you can control them both at the same time.
- The lose sound scared my soul out of me. Lower that down haha
- The coin's life bar is at the center of my screen instead of the right side. You probably did the bars with the "Unity Canvas", so probably you just forgot to set the coin's bar pivot to the top left side in the rect transform. Should be an easy fix.
- There is some walljump glitchness in the game. Perhaps consider creating a "Physics Material 2D" in Unity and setting its friction and bounciness to 0 and then attaching that onto the 2 characters in the Unity inspector; that might fix your problem.
Pretty sweet game overall, keep developing it, I'd love to play a full version of it with more features :thumbsup:
- Maybe make it so one character is controlled with WASD, the other with the arrow keys, so you can control them both at the same time.
- The lose sound scared my soul out of me. Lower that down haha
- The coin's life bar is at the center of my screen instead of the right side. You probably did the bars with the "Unity Canvas", so probably you just forgot to set the coin's bar pivot to the top left side in the rect transform. Should be an easy fix.
- There is some walljump glitchness in the game. Perhaps consider creating a "Physics Material 2D" in Unity and setting its friction and bounciness to 0 and then attaching that onto the 2 characters in the Unity inspector; that might fix your problem.
Pretty sweet game overall, keep developing it, I'd love to play a full version of it with more features :thumbsup:
pierallard1 May 2019, 07:33
The concept is cool, but the game is a little boring. The movement should be quicker!

Cubicode1 May 2019, 07:39
Thanks @nico-the-pro for your great feedback!
I really like the idea of controlling both characters with different keys, I will implement and try it out.
For the material with no friction: Initialy I had it like that, but the problem then was that if you switch characters while one moves, you could slide off a platform without noticing. I didn't like that and removed it.
In my new version which I am working at the game, I changed the platforms to have the sides slippery. It's better now.
I really like the idea of controlling both characters with different keys, I will implement and try it out.
For the material with no friction: Initialy I had it like that, but the problem then was that if you switch characters while one moves, you could slide off a platform without noticing. I didn't like that and removed it.
In my new version which I am working at the game, I changed the platforms to have the sides slippery. It's better now.

Cubicode1 May 2019, 07:40
Also many thanks to @avi, @schizoid2k, @squirmonkey, @zesix, @gronther and @arcus for your feedback!

Cubicode1 May 2019, 11:33
And of course also thanks to @pierallard

Faiorb1 May 2019, 18:02
The concept is nice, I tell you. I only felt the game being a little to slow, like other people said, and the music was too short.
Also, the game over screen was a jumpscare for me hahaha.
Also, the game over screen was a jumpscare for me hahaha.

VinegarLove1 May 2019, 21:31
The concept is really nice. As @faiorb said, it feels a bit slow.
Also the life bar of the coin and the hearts decrease toghether, is this correct?
I feel like they should go down as you use the correct object.
Also the life bar of the coin and the hearts decrease toghether, is this correct?
I feel like they should go down as you use the correct object.

Cubicode2 May 2019, 05:51
Thanks @faiorb for the testing and feedback.
@vinegarlove: The simultanious decrease of the health is how I implemented it, but your idea sounds interesting as well. Thanks a lot for ypir input.
@vinegarlove: The simultanious decrease of the health is how I implemented it, but your idea sounds interesting as well. Thanks a lot for ypir input.

Historymaker1182 May 2019, 17:49
Janky, janky controls, you might want to check what you're doing in your update function because the characters were stuttering along every frame and it felt as though I was dragging them through gravel rather than having smooth platforming and responsive jumps. With very little to offer in terms of music and sound, it's clear that most of the effort went into the puzzle design, which wasn't bad. An interesting take on the theme, and not awful for something made in a weekend (and you finished it which is awesome considering so many people didn't - and the theme this year was pretty tough too!). I hope you continue to practice your game dev skills and come back for future game jams, you've clearly got the right stuff to become a good developer with time and hardwork.

Rahtainka2 May 2019, 22:51
A solid entry.
Positive things:
- great entry for only one person
Negative things:
- music is a little bit annoying with the time
- the games feels a little bit slow
Keep developing it. It has potential.
Positive things:
- great entry for only one person
Negative things:
- music is a little bit annoying with the time
- the games feels a little bit slow
Keep developing it. It has potential.

JestemStefan3 May 2019, 14:35
Hi! Great idea!
But I would change few things. Active character should be the only one losing "health" and also I would like the game to be more dynamic!
This could be also great game for two in couch coop mode!
PS. Ow and the music is really annoying :c
But I would change few things. Active character should be the only one losing "health" and also I would like the game to be more dynamic!
This could be also great game for two in couch coop mode!
PS. Ow and the music is really annoying :c

angiemon3 May 2019, 20:17
Wow, what a unique idea! I liked it a lot!
The graphics are simple and cute.
It was just a bit hard and unforgiving for the first level haha, but kept me want to keep going :D
The music with it's simplicity and 8bitness fits perfectly.
Good job! I feel like you could also make a great puzzle game with this if life doesn't drain over time but much rather every action (step, jump etc) drains energy and you need to think of the perfect amount of actions to complete each level or something like that.
either way, well done!
Also, you provided a webbuild, so that's an extra plus lol ^^
The graphics are simple and cute.
It was just a bit hard and unforgiving for the first level haha, but kept me want to keep going :D
The music with it's simplicity and 8bitness fits perfectly.
Good job! I feel like you could also make a great puzzle game with this if life doesn't drain over time but much rather every action (step, jump etc) drains energy and you need to think of the perfect amount of actions to complete each level or something like that.
either way, well done!
Also, you provided a webbuild, so that's an extra plus lol ^^

CharlesSchar4 May 2019, 04:25
Nice game concept. Switching characters could add a lot of mechanical complexity to the game, but I feel it would be better if each character had different traits and required working together to solve a puzzle.

Hunter Towe4 May 2019, 23:48
The controls felt a little slippery, almost like walking on ice; the heart and coins got stuck in walls quite a bit. Aside from that, I love this concept! Probably one of the most interesting ideas out of the games I've played so far!

ryusui5 May 2019, 02:09
I like the overall concept, but the implementation feels a little clumsy. Mechanics feel a bit arbitrary: why do I have to "unlock" the ability to heal by picking up coins/hearts in each level, and why do I have to go to a specific platform to do it? In the time it takes me to get both the heart and the coin to the green platform, I lose about as much health as I recover. I'd also prefer a stronger indication of the level exit.
The game is short, but the idea of life exchange is interesting :slight_smile:
Just one thing - for me the characters are a bit slow, but maybe it's just my feeling.
Anyway, good job, keep on creating :wink: