Portfolio: Smoll knight + horse

About me

All projects

Description

Horse

Git repository Play-able game itch.io Artstation

Quick time event system:

It features a timer, initialized during the QTE start, and updates the UI elements accordingly.
The script employs UnityEvents, triggering "onWin" or "onLose" based on successful or unsuccessful player input.
Additionally, the script utilizes a custom enum extension,
with a "GetStringValue" method, to determine the key associated with the QTE.

CodeSnippet
CodeSnippet
CodeSnippet

Pallarax effect:

The pallarax effect allows users to control scrolling behavior,
toggle between camera and custom points, and even invert scrolling direction.
There is an option for acceleration so the backround has a smooth speed transitions,
enhancing visual depth and dynamism in the game environment.

CodeSnippet
CodeSnippet
CodeSnippet

Horse selector:

Uitleg over ding


Score calculator:

Uitleg over ding


UI:

Uitleg over ding

CodeSnippet
CodeSnippet

Evil knight (NPC):

Uitleg over ding

CodeSnippet
CodeSnippet
CodeSnippet
CodeSnippet
CodeSnippet

Extensions:

First time creating some extensions for easiers development.
Such as some Enum, Vector2 & Vector3, Ridigbody and custom attributes.
This did inspire me to make feature-vault.

CodeSnippet
CodeSnippet
CodeSnippet