TEMPO
Game Designer
Tempo is a rhythm-based fighting game where you play as a tambourine turtle to defeat other players. Input attacks on the beat of the song to deal damage and KO your opponents!
Click here or on the image to go the the Itch page. The game was a hit at the USC Underground Games show!
MAIN RESPONSIBILITIES
-
Engineered the character movement system
-
Designed the 6 attacks (3 grounded, 3 aerial)
-
Implemented i-frame dodging
-
Refined gameplay based on playtest results
CONTENTS
Combat Design Overview



Top: Confirmation screen for battle
Bottom: Spritesheets for the special attack and the jump animation
Art credit to Austin Fuad
DESIGN GOALS FOR COMBAT
-
Players should "feel the rhythm" of the song and make precise inputs accordingly
-
Players should be rewarded for aggression, but defensive options should not be ignored
GAMEPLAY OVERVIEW
-
KOs: Die the least in the multiplayer lobby before the time runs out to win
-
Offense: Input attacks on the beat of the song to deal damage and knockback to opponents
-
Defense: Dodge attacks with a dodge button and jump to recover from offstage
-
Neutral: Dash away and from opponents to close the distance; poke with certain attacks
CHARACTER OVERVIEW
-
Tambourine Turtle
-
A turtle with a tambourine as its shell
-
It uses cymbals and its tail as weapons
-
Design Process Deep Dive


Top: Grounded attacks demonstration
Bottom: Aerial attacks demonstration
PROBLEM 1: COMBAT OPTIONS
CONTEXT
-
Initial Idea: Make a combo system with different attacks as starters, bridges, and finishers
-
Situation: Short development time meant there was no scope for a combo system
-
Task: Provide different options for player combat
ACTIONS
-
Created a system with 3 types of attacks for the Tambourine Turtle: light, heavy, and special
-
Each attack has an aerial variant for further variety
RESULTS
-
Gameplay Outcome: Players used more attack types in combat, especially in the air
-
Takeaway: Simple solutions sometimes yield the best results, especially with time pressure


Top: Dodging demonstration
Bottom: Dashing demonstration
PROBLEM 2: DODGING
CONTEXT
-
Initial Idea: Dodging should be inputted on the beat, just like attacks should be inputted
-
Situation: Dodging was very hard to use, so players ignored this feature and stuck to movement
-
Task: Make dodging more forgiving to players
ACTIONS
-
Allowed dodging to be inputted whenever (not just on the beat), which protected players against mistakes like dashing into enemy attacks
RESULTS
-
Gameplay Outcome: Players used dodging to increase their overall aggression like intended
-
Takeaway: Gameplay elements are not set in stone -- they can change depending on the situation