added project n5 to games page; added dates to game page banners; added link to copyparty on main page
This commit is contained in:
@@ -34,11 +34,11 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
text: "Play an <b>old build</b> (developed until 2025-05-16)",
|
||||
link: "https://apps.denizk0461.dev/projectn5",
|
||||
link: "//apps.denizk0461.dev/projectn5",
|
||||
},
|
||||
{
|
||||
text: "Download the <b>old Windows builds</b>",
|
||||
link: "https://files.denizk0461.dev/projectn5",
|
||||
link: "//files.denizk0461.dev/projectn5",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -76,7 +76,7 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
text: "Get the PCB and STL files",
|
||||
link: "https://files.denizk0461.dev/daisyfm/",
|
||||
link: "//files.denizk0461.dev/daisyfm/",
|
||||
},
|
||||
{
|
||||
text: "View the repository",
|
||||
@@ -263,11 +263,38 @@ export const games: Project[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "projectn5",
|
||||
isActive: false,
|
||||
banner: "/projects/projectn5/banner.webp",
|
||||
icon: "",
|
||||
date: "September 2023 – June 2025",
|
||||
title: "Project N5",
|
||||
subtitle: "Action-Adventure Jump & Run",
|
||||
paragraphs: [
|
||||
"<b>Project N5</b> is the deprecated version of my current game. The old version is available to play in-browser, plus some downloads of several Windows builds.",
|
||||
],
|
||||
links: [
|
||||
{
|
||||
text: "View the <b>development log</b>",
|
||||
link: "/projects/projectn5/devlog",
|
||||
},
|
||||
{
|
||||
text: "Play <b>Project N5</b> (last build)",
|
||||
link: "//apps.denizk0461.dev/projectn5",
|
||||
},
|
||||
{
|
||||
text: "Download the <b>old Windows builds</b>",
|
||||
link: "//files.denizk0461.dev/projectn5",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "swordsnstuff",
|
||||
isActive: false,
|
||||
banner: "/projects/swordsnstuff/banner.webp",
|
||||
icon: "",
|
||||
date: "August 2023",
|
||||
title: "Swords & Stuff",
|
||||
subtitle: "Unity 2D RPG",
|
||||
paragraphs: [
|
||||
@@ -287,6 +314,7 @@ export const games: Project[] = [
|
||||
isActive: false,
|
||||
banner: "/projects/tads/banner.webp",
|
||||
icon: "/projects/tads/icon.webp",
|
||||
date: "August 2023",
|
||||
title: "Totally Accurate Dating Simulator",
|
||||
subtitle: "HTML Text Adventure",
|
||||
paragraphs: [
|
||||
|
||||
Reference in New Issue
Block a user