Skip to content

Commit 2ada7c6

Browse files
committed
Added finals project
1 parent 3fb72db commit 2ada7c6

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

src/lib/data/projects.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,29 @@ export const projects: Project[] = [
3232
live: "https://rekyconan.itch.io/pazpaz",
3333
},
3434
},
35+
{
36+
id: "proj_adventure_island",
37+
title: "Adventure Island III Unity",
38+
extension: "sysX",
39+
date: "Aug 09 2025",
40+
description:
41+
"My Year 2 Finals project in Game Development, We had to recreate Hudson Soft's 1998 NES Game Adventure Island III in unity using SOLID principles and Game Design patterns!",
42+
visual: {
43+
type: "embed",
44+
src: "https://youtu.be/J64MaViJna0",
45+
},
46+
tech: ["Unity", "C#", "SOLID", "Polished", "Game Logic"],
47+
links: {
48+
github: "https://github.com/ReKylee/ShenkarUnityFinals2025",
49+
},
50+
},
3551
{
3652
id: "proj_kirby_charactercontroller",
3753
title: "Modular Character Controller",
3854
extension: "sysX",
3955
date: "Aug 04 2025",
4056
description:
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.",
57+
"One part of 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.",
4258
visual: {
4359
type: "embed",
4460
src: "https://youtu.be/MLwYUZQl6t0",

0 commit comments

Comments
 (0)