Sergio Gomez​
MICRO PROJECTS
Zeep
YEAR
GENRE
PLATFORM
ENGINE
2023
Puzzle
PC
Unity
DESCRIPTION
Zeep is a recreation of the 1995 game Zoop made using the Unity Engine and C#. The game consists of moving the player icon across a set number of tiles in order to position it correctly to collect as many incoming crystals of the same color in a row as possible. The player can only collect crystals of matching color, and if the icon hits a crystal of a different color, both them and the crystal swap colors. The rate at which crystals spawn increases with the number of crystals you collect, and the game ends once a crystal reaches the player's movement area.

Mineswooper
YEAR
GENRE
PLATFORM
ENGINE
2022
Puzzle
PC
Unity
DESCRIPTION
Mineswooper is a personal Unity project designed to mimic Minesweeper. The game consists of a grid from which the player is tasked to uncover tiles in order to mark down all of which have a mine within them. If the player uncovers a tile with a mine they immediately lose the game. My version of the game includes some popular quality-of-life features, such as being able to click on an open tile whose adjacent mines have already been marked in order to uncover all remaining tiles, or holding down left-click to highlight all covered tiles adjacent to it.

Flappy Bird Recreation
YEAR
GENRE
PLATFORM
ENGINE
2022
Arcade
PC
Unity
DESCRIPTION
This is a recreation of the hit mobile game Flappy Bird. The game is an endless sidescroller in which the player performs a series of midair jumps in order to fly through the pipes that rapidly approach them. My implementation of the game includes a high score tracking system, which displays the max number of pipes a player avoided in a single run in the title screen.
