Skip to content

Commit 2fc2b10

Browse files
committed
asd
1 parent 63fd395 commit 2fc2b10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

portfolioDataScript.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@ const projectsData = [
1010
{
1111
title: "Actually idle idler: The Ultimate Idle",
1212
date: "2025",
13-
description: "A mockeray of the idle game type",
13+
description: "A mockeray of the idle game genre",
1414
skills: ["Love2D", "Lua"],
1515
categories: ["Games"],
1616
media: [ { type: "itch-io", url: "https://psemo.itch.io/actually-idle-idler-the-ultimate-idle" }, { type: "youtube", url: "https://youtu.be/mMqKP2eLCqs" } ]
1717
},
1818
{
1919
title: "Infinite Netrunner v2.1",
2020
date: "2025",
21-
description: "",
21+
description: "A game where you hack by solving coding problems",
2222
skills: ["HTML", "CSS", "JavaScript"],
2323
categories: ["Games", "Websites"],
2424
media: [ { type: "itch-io", url: "https://psemo.itch.io/coding-challanges" }, { type: "youtube", url: "https://youtu.be/DY14k0rOs-g" } ]
2525
},
2626
{
2727
title: "Escape The Mothership",
2828
date: "2025",
29-
description: "",
29+
description: "3D bullet-hell game",
3030
skills: ["Unity", "C#"],
3131
categories: ["Games"],
3232
media: [ { type: "itch-io", url: "https://gabrielrg.itch.io/escape-the-mothership" }, { type: "youtube", url: "https://youtu.be/Ss5aOxDOzlE" } ]
3333
},
3434
{
3535
title: "Late Stage Capitalism: The Game",
3636
date: "2025",
37-
description: "",
37+
description: "A criticism",
3838
skills: ["HTML", "CSS", "JavaScript"],
3939
categories: ["Games", "Websites"],
4040
media: [ { type: "itch-io", url: "https://psemo.itch.io/late-stage-capitalism-the-game" }, { type: "youtube", url: "https://youtu.be/gHYeZCR8_DE" } ]

0 commit comments

Comments
 (0)