Beat’Em is a rhythm-action game in which guests punch and kick at robots in a 360° arena to the beat of music. It’s designed as an arcade experience so that multiple people could play it in a short amount of time. An online leaderboard for the game was created so guests could see how their scores stacked up against others.
Platform: Vive
Players: 1
Controllers: 2 Vive Controllers & 2 Vive Trackers
Rhythm Style: Note Highway
Punching
The primary interaction in Beat’em is punching. Robots float towards the player, who must punch them once they reach the strum cage. The strum cage is a series of transparent lines surrounding the player that represents when the notes should be hit. The name comes from Guitar Hero’s strum line, like the one seen below:
Robots come in several distinct colors. These colors help differentiate them and tell players how they should interact with the bots. Pink robots, for example, may only be hit by the player’s left hand, while blue robots may only be hit by their right. The robots came towards the player at two different heights.
Hitting a robot with the wrong hand leads to a missed note.
Kicking
Yellow robots appear near the ground and must be kicked by players.
Arm Cross
At certain points in the song, a ring of purple robots surrounds the player. When this happens, players must cross their arms over their chest to create a bubble around themselves. When the robots hit the strum line, players release their arms from their chest, exploding the bubble and destroying the robots.
Accuracy
Players are awarded more points for hitting robots closer to the music’s beats. They receive visual feedback that tells them if their hits were Good, Great, Perfect, or Misses. Since kicks were harder to perform accurately, all kicked yellow robots awarded Perfect accuracy.
Combos & Multipliers
As players hit robots consecutively without missing, they gain a combo. Each robot hit in a row adds one to the combo. Missing any robot resets the combo to zero. A multiplier (based on the combo) gives players more points. Players normally earn x1 points, but at a combo of 10 earn x2, at a combo of 20 earn x4, and so on to x8. When combos reset, multipliers reset as well.
- Gameplay is easily-understood
- Fun to play
- Fun to watch
- Replayable
- Cycle guests through quickly
- Sense of progression/comparison to everyone else
We feel that the project successfully reached these goals, as the final product was accepted into Festival and had a long line of eager guests waiting to play.
Iteration Thoughts:
Design
- Simple, quick motions were easy to understand and perform in high-pressure situations. Punching and kicking are both simple, brief motions, which is necessary since they were done in quick sequence.
- Kicking was satisfying for players. Games typically don’t include mechanics using players’ feet as well as their hands, and kicking is a very visceral, enjoyable motion.
- Bots lead players around the arena. Rather than have robots come from any direction, we made sure to have them lead the player in a circle. That way, players always knew where to expect the next ones.
- The strum cage gave guests a visible indicator of when to hit the robots, which helped increase accuracy.
- The arm-cross motion was very complex compared to the punching or kicking motions. Punching and kicking involved a single, straightforward motion. The arm-cross, on the other hand, involved both arms moving with two distinct actions – moving together and moving apart. Once players understood the action, they enjoyed it a lot more.
- The accuracy of punching is related to depth perception (calibration).
Programming
- Tools made prototyping different concepts very easy
- An in-game beatmapping tool made it very simple to come up with initial beatmaps. The specific notes could be adjusted later, but the initial concept came from the in-game tool.
- The beatmaps were converted to .csv files, which made them very easy to load into Excel and alter.
- Player & NoteController classes got bloated
- Didn’t really follow OOP
- The data saving from scriptable objects to csv files was not smooth.
- Some feedback features only worked in editor, never made it into the build.
Art
- Using different, distinct colors for the robots made it much easier for players to differentiate and therefore correctly hit the robots.
- The robots had very simple designs, which didn’t distract guests.
- We had different text and particle effects for Good, Great, and Perfect hits. These allowed the player to easily and quickly gain a sense of how they were doing.
- The robots came out of portals around the map. Having these portals open and close gave players and indication of where robots would be coming from next.
- We wanted to differentiate our notes from other VR rhythm games like Beat Saber or Audioshield, which both use red/orange and blue notes. We tried other combinations of colors, but found that reddish and bluish colors are different and easily understood by guests.
Music
- Music with strong beats made it much easier to follow the rhythm and act accordingly.
- Using an ABA musical form allowed us to divide the music into different sections, each with their own distinct patterns and moments.
- Using musical repetition (repeating a similar primary melody) allowed us to instill familiarity and confidence in guests and increase the complexity of interactions, building off of previous interactions.
- It proved difficult to change the length of the overall experience. We needed a short experience but found that we couldn’t integrate all the musical ideas we developed. We shortened the intro and took out a middle chunk since we couldn’t change the tempo to fit the time constraint.
- The dense arrangement of music made it difficult to fine-tune sound effects so that they were loud and noticeable enough for players.
Lessons Learned
VR
List
- Simple, single-action motions are easiest to perform.
- Lead guests with visual clues, especially in a 360° space.
- VR games typically require continuous actions rather than discrete. You must consider how players move to get from one note to the other, since some motions are physically impossible.
Note Highway
- Providing strum line/cage is very important for players to be able to play well.
- Giving several types of feedback (visual & auditory) helps players understand how they’re doing.