top of page
captura3.png

Shark Twist

Shark Twist is a gamejam project created for MJAM24 in Murcia, Spain by Andrés Jiménez (coding) and Antonio Serrano (artist). You play as a crab in first person, trying to survive sharks while collecting stars to win. The theme was "Under the Water and Plot Twist". For the twist, I developed 5 gameplay styles that switch randomly every 15 seconds.

You can play on here: https://antonio-serrano-esquerdo.itch.io/shark-twist

FPS System

I developed an FPS system with all the basics: walking, swimming, dashing, stamina, and a combat system. I also created an animation controller to manage unique animations for each action.

Enemies and star collection

I developed a basic enemy system where sharks and stars(win condition) spawns on the map randomly and sharks move towards you trying to kill you.

Plot twist mechanics

I developed 5 different plot twist for the game, based on gameplay. Every 15 seconds, the gameplay is changed into a different one, we developed 5 plot twist:
- Shooter

- Torpedo

- Inverted controlls

- Mini sharks

- Megalodon

bottom of page