Florescence

Florescence is a game about exploring a beautiful yet dangerous alien planet overflowing with pollen-like substances. Player command a planetary rover to navigate through the hazards, use sound waves to scan and record data, and create a map of the terrain of this planet.

Adventure & Strategic Game

January 2023 - May 2023

Thesis Project at Parsons School of Design

Position: System Designer, Programmer, UI Designer, Tech Artist

System Design

Sonar Interaction

In the game, player can emit sound waves of different pitches. The sound waves bounce between obstacles, and player can use them to explore roads in the fog. Meanwhile, player can interact with creatures in the game using sound waves, and they will respond differently based on the pitch of the sound wave. The creatures in the game also emit sound waves, and all the environmental sounds are calculated based on the pitch and propagation time of the waves.

Player can shoot sound waves with different pitches by holding the mouse button for a different duration.

Sonar helps the player to navigate through pollen fog or find covered paths.

Creatures react differently based on the pitch of the sound waves. The nepenthes-like plant inhales pollen when it hears a mid-pitch sound but exhales it when it detects a high-pitch sound.

Mapping System

Another major gameplay is manually documenting the surroundings in a mapping system. When the sound wave emitted by player hits an obstacle, it leaves a pin on the map, marking the location of obstacles and terrain features. By connecting those pins, the player will gradually uncover the full outline of the planet’s topography. The planetary rover auto-dodge obstacles based on the map made by player. To avoid dangers or tracking unknown objects, player can also put various marks on the map.

Sound wave places a pin when they hit obstacles. Player can connect those pins and help the rover dodge obstacles based on those lines.

Player can also put down various marks to document their discovery.

During exploring the environment and navigating through the pollen fog, player made their own customized map.

Planet Rover: Move & Damage

In the game, player commands a planet rover. Instead of directly controlling the movement, player can only set up targets and the rover will calculate a route to the target position based on the map.

The planet rover takes damage when it crashes into obstacles, so player need to carefully scout and plan the route before making the command. When the planet rover takes a certain amount of damage, pollen starts leaking into its shell. Player can still control the rover until the pollen substance covers the screen.

Goal

The goal of this game is to find signal stations hidden on this planet. There are 8 signal stations distributed in different environments and player need to find at least 4 of them to finish the game. The purpose of this goal is to encourage the player to explore the environment and enjoy the experience of exploration and discovery.

When player activates a signal station, it disperses the pollen around and creates a "safe" area for the player.

World Building & Content Design

Based on these systems, we designed various types of environments with their unique gameplay styles. Those areas are connected by obvious paths and secret passages. Players start at the center of the level and can go to any of those areas based on the direction they choose. By level design(level structure and targets that emit sound waves), we guide the player to explore the east or west part of the map first because those environments are relatively more friendly.

We have 4 different interactive creatures in this game:

Spiky plant that damages the planet rover when the player move through it. It emits a sound wave when detects sound waves from other objects.

Nepenthes-like plant that inhales surrounding pollen fog when detects sound with suitable pitch and exhales it when detects high-pitched sound.

Tomato-like plant that becomes unstable when detects high-pitch sound and eventually explodes.

Cow-like creatures that moo (emit sound waves) and are scared of high-pitched sounds.

With these objects, we made following environments:

Regular forest with some Spiky plants and Nepenthes-like plants. The most common environment in the game.

A plain with cows and Nepenthes. Because of Nepenthes, player have clear sight in this environment. However, cows are often wandering so the player has to manually dodge them.

Tomato Valley. Player has to be careful when emitting sound waves. Sometimes tomatoes block the way and player have to trigger them to explode.

Spiky Marsh. The whole area is filled with spiky plants. Since the waves don't bounce on them, player has to carefully move or use marks to mark out the danger.

Mysterious forest. Trees with deeper color are passable. Mapping is very helpful to avoid getting lost in this forest.

There are also landmarks in these environments. Player can see them beyond the fog, picturing the environment in which they are going to engage.

UI/UX Design

The User interface in this game is designed to look scientific with a minimalist style, like a remote control panel for planetary rover.

Initially, the controls are mapped on both keyboard and mouse, which makes it very confusing for playtesters. I simplify the control and put all input on mouse click and drag, which feels much more natural for players. To make sure the player doesn't accidentally move the rover, the right button is bound to move and all of the other tasks(shoot sonar wave, draw map) can be done by the left button.

An operation manual made for exhibitions explains the interaction logic of this game.

Postmortem

Florescence is my thesis project for Design & Technology B.F.A. at Parsons School of Design. It’s a 2D experimental adventure game about exploring and mapping an alien planet with a planetary rover. This project went through 4 months of conceptualizing and early prototyping, and 4 months of developing. During the developing process, I formed a team with a level designer, a visual artist, and a sound designer. My roles in the team were system designer, programmer, UI designer, and tech artist. With many turns of prototyping, playtesting, and effective collaboration, we successfully created a complete game experience with an interesting and creative system design.

In the game, the environment is overflowed with pollen-like substances and the player has limited sight. Player is able to shoot sound waves that uncover pollen substances and bounce between obstacles. There are other plants and animals on this planet that emit and react with sound waves. Player can interact with those creatures by emitting sound waves of different pitches. A fully editable map is the other major system in the game. By putting pins and marks on the map, the player can trace the outline of the surrounding topography and mark down obstacles or discoveries. The planetary rover has a path-finding system based on the marks on the map, so mapping the environment helps the rover navigate through it. Those two systems work together to create a playful exploring experience: navigating through the mist, finding unique creatures, narrative clues, and secret paths, and documenting them on the map. The experiential goal is to make players feel satisfied and recall the process when they go through the journey and look at the map drawn by themselves.

In the conceptual stage, my goal was to experiment with interesting game mechanics and design a unique strategic game that brings the joy of exploration. I researched different precedents, including Dungeon Master(early dungeon crawler), Miasmata(a game with a unique system of mapping and triangulation), Duskers(about exploring unknown space with drowns)… Meanwhile, I build up early prototypes and playtest them to see how my concept works. One of those prototypes is a turn-based game in which the player moves in a dark space, emits sound waves to detect surroundings, and leaves marks to mark the outline of the space. The mechanics of the sonar and map stand out. I shared the concept with my friend and collaborator Stevo Yang (Level designer and project manager in the team), and we conceptualized a real-time adventure game based on those two mechanics.

During the development stage, we followed sprint & backlog workflow and I created an assets list for visuals and sound effects to communicate more effectively with visual and sound artists. This was my first long-term collaborative project and with those efforts, we were able to get it done on time and meet our design goals. Through the process, I learned important teamwork skills: communicating ideas with teammates, tracking progress, and making necessary decisions to cut content. We used sprint & backlogs for project management and made asset lists to track resources and communicate better with visual and sound artists in the team. In the beginning, the system was unique but weird to play. I observed the difficulties that random players meet during playtesting and simplified controls to make it more user-friendly. Meanwhile, I experimented with shaders in Unity and tried to optimize the performance of the pollen mist effect. The result was not as successful as the other parts, but it piqued my interest in shaders and tech art. Moreover, the game was presented at Parsons Design + Technology Thesis Show and NYU Game Center Showcase, and I gained precious experience in how to exhibit a game project.