We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b70a2 commit 7b2b5adCopy full SHA for 7b2b5ad
1 file changed
src/routes/(sup)/sup/projects/projects.ts
@@ -439,6 +439,22 @@ export const projects_data: Groups<ProjectData> = {
439
},
440
desc: `Building abstract syntax trees for parsing and computing mathematical expressions`,
441
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
458
{
459
shard: "youtube-playlist-shuffler",
460
name: "YouTube Playlist Shuffler",
0 commit comments