Play game
KindMoney's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Innovation | #5 | 2.400 | 2.400 |
Use of theme | #8 | 2.467 | 2.467 |
Creative or Effective use of Tutorial? Add 1 for GTA Radio | #10 | 2.133 | 2.133 |
Fun | #15 | 1.933 | 1.933 |
Overall | #15 | 2.025 | 2.025 |
Clean | #17 | 2.067 | 2.067 |
Sound Design | #20 | 1.800 | 1.800 |
Level Design | #21 | 1.667 | 1.667 |
Art | #25 | 1.733 | 1.733 |
Ranked from 15 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How did this game use the theme?
This game is about kindness, the players are kind by a script, even if player compete with, he must give you money if you ask him
How did this game use the tutorial? (Did you use the radio tutorial? How?)
I've used the swap transforms tutorial to make platforms' map look more randomized, also the interaction tutorial(made script for each platform and abstract class with platform with abstract void Interact, but didn't use the unityevent, bc didn't need to, but also used it in the other script)
Leave a comment
Log in with itch.io to leave a comment.
Comments
Show post...
It was a little hard to play but I like the idea. I also found a few bugs, the squares didn't work for me most of the time. Good game!
Thank you) yeah, I know, I didn't find those bugs bc didn't have enough time to play, and to fix it I could write 1 line of code.
Love the idea for a multiplayer game, it was a bit difficult to grasp at first, but overall I like the concept!
- Mochi
Thank you for your feedback))
Innovative game .fun to play .the camera is little off to me other wise great game
Thank you for your feedback))
Half the time the squares didn't work, if that was intended I'll change the clean score. That being said this was a lot of fun and super innovative! Great job this would be a fun board game for tablets or phones. Or just a fun board game!
Thank you! Yeah, I know, I'm so dumb, I've forgotten about 1 line of code... so when player goes on the next platform, I give the platform class his class, and take away from previous class, but I forgot to take away the class while Regenerate map, bc I'm using ObjectPool pattern.. just needed to write _currentPlayer = null in OnDisable void.
It happens, still an awesome game!
Nice little game! I didn’t understand it at first and some dialogs don’t face the camera so they are difficult to read. Good job! :D
Thank you! yeah, I know the dialogs are broken, I made it with sprite of a dialog and textmeshpro, do you know how to make it better? If you do, I'll be very thankful)))
You can rotate the parent object (containing sprite + text) facing camera with:
// target is Camera transform
transform.LookAt(target);
Hope it helps :)
Yeah, I've tried it, the text still wasn't visible))) but I think it's because of my water shader
Nice Game!
Rated your game :)
Thank you)
Welcome :)
Pretty cool idea for a board game. It seemed pretty buggy for me, at times I could rob other players many times in one turn, even when across the entire map. Making them go -$ lol
Thank you for the comment) sorry, but i didn't have a time to fix bugs, it took very long time to make logic for map generator and each platform, also I was busy studying, so I didn't have time to test, and now I realized, those mistakes are so stupid, I could fix them in 2 lines of code...
Good job, I liked that later in the game you can lose money by jumping on a tile with a person standing, maybe, to make the game more difficult you could have certain tiles dropping when someone already reached $1000, overall was fun :)
Thank you for the comment))) I had this idea in my mind, but I wanted to make it like an ability, so the player could choose the platform which he wanted to remove, but I couldn't spend more time on developing this game because I was busy studying.