You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Led a team of four to create a game in 48 hours for the Global Game Jam, focusing on the theme of "Repetition". The result was a critically acclaimed puzzle-platformer that won the local "Best Design" award.',
25
+
'Led a team of six to create a game in 72 hours for the Global Game Jam, focusing on the theme of "Bubbles". The result was a small minigame collection called Pazpaz!',
27
26
visual: {
28
-
type: "video",
29
-
src: "/videos/sample-video.mp4",// Replace with your video in /static/videos
27
+
type: "image",
28
+
src: "/pazpaz.gif",
30
29
},
31
-
tech: ["Unity","C#","Leadership","Aseprite"],
30
+
tech: ["Unity","C#","Mobile","Leadership"],
32
31
links: {
33
-
github: "#",// Replace with your link
34
-
live: "#",
32
+
live: "https://rekyconan.itch.io/pazpaz",
35
33
},
36
34
},
37
35
{
38
-
id: "proj_academic_datastruct",
39
-
title: "Data Structures Visualizer",
40
-
extension: "dbin",
41
-
date: "Mar 15 2024",
36
+
id: "proj_kirby_charactercontroller",
37
+
title: "Modular Character Controller",
38
+
extension: "sysX",
39
+
date: "Aug 04 2025",
42
40
description:
43
-
"An academic project to visualize common data structures like linked lists and binary trees using interactive animations, built as a final for my CS201 course. Features a clean UI and step-by-step execution.",
41
+
"My Year 2 Finals project in Game Development. An advanced, modular Character Controller made in Unity, with a Kirby theme. Meant to showcase the various SOLID principles.",
44
42
visual: {
45
-
type: "image",
46
-
src: "/images/sample-image.png",// Replace with your image in /static/images
"Designed and built a robust server-side system for a client using TypeScript and Domain-Driven Design. Managed full-stack components, from databases to complex business logic and admin endpoints.",
60
59
visual: {
61
60
type: "image",
62
-
src: "/images/sample-image.png",// Replace with your image
"Terminal UI built with the FXUI library to display a catalog of characters loaded from a file. Lets you add, remove, sort, search and update the catalog!",
0 commit comments