top of page
Niall Curran
Games Designer
![End Screen](https://static.wixstatic.com/media/578581_e951886d874446ed8d0b6891642e485a~mv2.png/v1/fill/w_980,h_531,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/578581_e951886d874446ed8d0b6891642e485a~mv2.png)
End Screen
![Cutscene](https://static.wixstatic.com/media/578581_277e178d03a4415fa4c0ceae508bb5a5~mv2.png/v1/fill/w_980,h_531,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/578581_277e178d03a4415fa4c0ceae508bb5a5~mv2.png)
Cutscene
![High Altitude Level](https://static.wixstatic.com/media/578581_de3989c5fbcc4cbaa05a13e855f02f49~mv2.png/v1/fill/w_980,h_531,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/578581_de3989c5fbcc4cbaa05a13e855f02f49~mv2.png)
High Altitude Level
![End Screen](https://static.wixstatic.com/media/578581_e951886d874446ed8d0b6891642e485a~mv2.png/v1/fill/w_980,h_531,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/578581_e951886d874446ed8d0b6891642e485a~mv2.png)
End Screen
1/4
Role: Technical & UI Design
Engine: Unreal Engine
Year: 2023
About:
Finding Your Roots is a platforming game developed during the 2023 Global Game Jam.
The theme to follow was "ROOTS", over 48 hours me and 2 additional designers created this fun little game about a sunflower seed scaling a light post to find somewhere to plant its roots
During the course of the project, I primarily worked with:
-
The initial conceptualisation of the project's design
-
Blueprint Visual Scripting
-
Cutscenes
-
UI Design
-
Heads-Up Display
-
Main Menu​
-
Pause Menu
-
Level Transitions
What I learnt during the project:
-
Co-operation within a small team
-
Working towards short term deadlines
Gameplay Video
![Find Your Roots Banner_edited.jpg](https://static.wixstatic.com/media/578581_e70d2cc5371b4c25b90bee9c05c46f02~mv2.jpg/v1/fill/w_980,h_157,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/578581_e70d2cc5371b4c25b90bee9c05c46f02~mv2.jpg)
Let's Get Technical
Character Movement
The creation of the characters movement was achieved by assigning a numerical value (Direction) based on the keys the player is pressing:
Left (A Key)=0 No Key=1 Right (D Key)=2
Depending on how long players are holding the spacebar determines the Power of the jump.
These variables are then calculated in Selected Direction & Velocity to Launch The Player in their chosen direction.
(View Blueprint below for more information)
(Right Mouse Button + Drag to Navigation) (Ctrl + Mouse Wheel to Zoom)
bottom of page