Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Starlit Seas

Itch.io page

A brief game description

Starlit Seas is an enchanting adventure platformer that follows the journey of a deceased marine biologist on her path to heaven. Guided by the very whales she once devoted her life to protecting, she goes on a transcendent journey to the ethereal realms above.


My contributions to this project

Below is a summary of my code written to this game, keep in mind that this is a group effort and we co-developed a lot of features, but all the highlighted features below have been implemented by me.


Dynamic Portal

To start off, I wanted to try and make something that was designed to respond to the player's movement, providing an interactive and visually compelling experience. I came across this tutorial about an interactive tunnel, containing a niagara effect and particles which with some math and blueprints could read the players whereabouts and connect a portal.

This shows the front of the portal, with a stone animation and a vortex that circulate around.

The vortex in it self is a niagara effect that has been put into a blueprint class

Outside the portal
Inside the portal is a particle field were it transitions from slowmotion to realtime speed to get a sort of warp feeling.


Inside the portal

Links to blueprints

Dynamical Portal
Attraction Force


Juice