Cosmic Catches
Roles and Responsibilities:
Designed and implemented core gameplay systems, including player movement, fishing mini-games, and fish trophy collection.
Operated as sole project engineer and maintained an expanding library of visual scripting blueprints.
Rigged and animated all characters, including player hands and collectable fish.
Assisted in 3D modeling and visual design.
Game Overview:
Go fish, astronaut! Cosmic Catches is an interplanetary fishing game where players travel around the stars to catch alien sealife amidst unique planets and biomes. Scout out the environment, find hidden lakes, and catch some delicious fish in fast-paced minigames. After a good day’s fishing, return to a cozy cabin among the stars to check out the aquatic fauna caught so far.
Development Process:
Cosmic Catches was developed as an academic project, and was the first time I got to work on a game directly with other students at the University of Utah. I was part of a four-person team, in charge of engineering and tech art as we strove to create a satisfying and cheery fishng game in only 8 weeks. Our goal was to craft an approachable, simple adventure anchored around a replayable fishing mini-game. Players hop in their spaceship, travel to a variety of planets, explore the strange alien biomes for hidden lakes, and attempt to catch every unique alien fish that they come across.
After looking at other fishing title for inspiration, we chose to pursue a system inspired by rhyhtm games, where the player must quickly enter the right commands in sequence before catching their prey. We felt that including a fast-paced and slightly hectic mini-game would provide a nice contrast to the otherwise zen experience, while remaining elegant enough for any player to learn.
Fishing Game Implementation:
Cosmic Catches was my first time working with Unreal Blueprints, and so I had alot of learning to do as I fleshed out an entire fishing game’s worth of mechanics. The video below features one of the first tests I conducted using splines to control fish AI. The idea was that fish woudl be physically present under the water, swimming in spline loops, and had to be struck by the player’s fishing bob in order to start the mini-game. However, this proved to be both frustrating and not true to actual fishing - when I am fishing in real life, the goal is not to precision no-scope fish under the water! Later, I moved to a new system in which no fish physically exist under bodies of water. Rather, the water triggers an event when colliding with a fishing bob, spawning a random fish from the list of creatures that could possibly exist in that particular body.
Once a fish has spawned, the mini-game begins. The player is frozen in place, and must quickly respond to on-screen input keyboard and mouse prompts. Different fish boast different difficulty levels, represented by the time given to the player to respond to each prompt, and the total number of prompts. This entire system was constructed with a small a handful of blueprints communicating between the player character, the fish object, and the body of water.
Trophy Room System:
When originally designing the game, we understood that collecting each unique fish would be a powerful motivator for players, and wanted to lean in to this desire by creating some sort of organizational screen that tracked player progress. However, I felt that a mere UI interface was not the most interesting method for rewarding player dedication. I decided that the best way to track collected fish would be through a 3D hub world with trophies on the wall. An early version of this hub world can be seen below, before our amazing artists had a chance to spruce it up with some lighting and decorations.
I developed the trophy system by creating a simple blueprint class that held an empty trophy mount and a fish type as a slotted variable. I then duplicated and rezied many insances of the trophy class, assigning each type of fish to a discrete instance. Once a fish has been caught during the mini-game, they are checked against a master list and if needed, call a function that makes their model visible on the associated trophy mount. The master list is saved to the player’s machine, allowing them to quit the game and resume their collection at another time.
Shaders and Rigging:
Along with enginering, I was the primary tech artist for this project. Ihandled all of the rigging, as well as several custom shaders, including a wavy stylized grass system that can be seen below. This shader functions by taking a single grass alpha sprite (created in Photoshop), and constantly offsetting its coordinates by random noise. This offset is metered through a gradient, ensuring that the bottom of the grass stays rooted to the ground, while the tops are free to wiggle and shift. Finally, the alpha is multiplied by a color gradient to allow for custom-colored vegetation.
Rigging such a high variety of fish models in a short period of time provided a unique challenge, as I simply didn’t have the luxury of creating intricate custom rigs for each fish. Instead, I created a system that allowed me to quickly import models into Blender, apply pre-created bones, and duplicate animations as needed. Individual bones could then be tweaked to fit the particular fish model - a shark has different proportions than a clownfish, after all!
Wrapping Up:
Cosmic Catches was an absolute blast to work on, and I am exceptionally proud of what our team was able to accomplish in only 8 weeks. However, this project also proved to be an important lesson in properly scaling a game to match one’s resources. Attempting to create a galaxy-spanning fishing game as a new team in an unfamiliar engine proved to be a tall order, and I will admit that the quality of our final product suffered as a result. A better version of Cosmic Catches would have boasted fewer worlds to explore and fish to catch, but with deeper core mechanics, a tighter game loop, and more fleshed out visual effects. In the time since wrapping up this game, I have pivoted my design philosophy to focus on creating polished mechanics and engaging gameplay loops first, only worrying about content after the foundation has been laid.
Cosmic Catches can be played here!
Platform: PC, Mac
Engine: Unreal Engine 5
Production Time: 12 weeks
Size of Team: 4
Roles: Engineer, Gameplay Designer
Link to Game: Cosmic Catches Itch.io