beautiful art. lots of game are automatic on tablets. it's good you try this gameplay. good work
Play game
Entourage of Courage's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Presentation | #51 | 2.952 | 2.952 |
Use of the Limitation | #65 | 2.905 | 2.905 |
Overall | #71 | 2.679 | 2.679 |
Concept | #74 | 2.667 | 2.667 |
Enjoyment | #85 | 2.190 | 2.190 |
Ranked from 21 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
SoftGround
Software used
Unity3D
Cookies eaten
0
Comments
Pretty great game! I didn't really understand the meters on the left and the right in the beginning, but overall the game is fun
Well done!
I really like the pixel art and the small animations and I think the game fits the theme well.
I think that to improve the game music and sound effect could be added.
What an interesting aproach to the idea... I totally enjoyed playing it, however, I think there should be some sounds when you encourage heroes(even if it's the same sound on both sides). You can ask community for some sounds like I did, but if you don't know how to implement sound when you press a key here's a solution;
1. Drag a sound in unity, that will create a gameobject with AudioSource component
2.Create a new C# script
3.Drag AudioSource component in sound field of a script
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlaySound : MonoBehaviour { public AudioSource sound; void Update(){ if (Input.GetKey(KeyCode.RightArrow)) sound.Play(); } }
When submited my game i had put the sounds on the title screen and when the player press the buttons, but it seems that when i build for web the sounds didn't work, but the PC version works correctly, maybe it's my version of Unity (for this project i used 2019) but i did a test with 2021 version and it seems to work.
Thank you very much for the tip, and for having give this special attention to this detail!
I really appreciate it!
For your first game jam, this was pretty nice. The ides of encouraging your fellow teammates to have courages was a pretty interesting take on the theme and concept wise as well. The art was pretty nice too starting off. Nice work on this game!
could u try my game, noones playing it :( i guess cuz u have to download it, i promise its safe
Leave a comment
Log in with itch.io to leave a comment.