Skip to content

Commit 7b2b5ad

Browse files
committed
sup
1 parent 54b70a2 commit 7b2b5ad

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/routes/(sup)/sup/projects/projects.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,22 @@ export const projects_data: Groups<ProjectData> = {
439439
},
440440
desc: `Building abstract syntax trees for parsing and computing mathematical expressions`,
441441
},
442+
{
443+
shard: "adrenaline",
444+
name: "Adrenaline",
445+
date: "summer 2025",
446+
icon: undefined,
447+
flavour: Flavour.DEV,
448+
kind: Kind.GAME,
449+
tech: [
450+
Tool.UNITY, Lang.CSHARP,
451+
],
452+
state: State.ARCHIVED,
453+
links: {
454+
github: "https://github.com/Sup2point0/Adrenaline",
455+
},
456+
desc: `A simple 2D polygon shooter game`,
457+
},
442458
{
443459
shard: "youtube-playlist-shuffler",
444460
name: "YouTube Playlist Shuffler",

0 commit comments

Comments
 (0)