add new projects

This commit is contained in:
2025-04-12 17:57:59 +02:00
parent 8065fb4e2e
commit 854f07fa31
5 changed files with 29 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+16
View File
@@ -0,0 +1,16 @@
---
category: "websites"
name: "Disciple of Land"
description: "FFXIV gathering node timers."
image: "/assets/projects/dol.png"
links: [
{
text: "Website",
url: "https://dol.yht.one"
},
{
text: "Source",
url: "https://github.com/YouHaveTrouble/DiscipleOfLand"
},
]
---
+12
View File
@@ -0,0 +1,12 @@
---
category: "game engines"
name: "Mobrrr"
description: "Ground up game engine for moba and strategy games."
image: "/assets/projects/mobrrr.png"
links: [
{
text: "Source",
url: "https://github.com/YouHaveTrouble/Mobrrr"
},
]
---
+1 -1
View File
@@ -13,7 +13,7 @@ links: [
url: "https://github.com/YouHaveTrouble/YardWatch" url: "https://github.com/YouHaveTrouble/YardWatch"
}, },
{ {
text: "Source (plugin)", text: "Source (api)",
url: "https://github.com/YouHaveTrouble/YardWatchAPI" url: "https://github.com/YouHaveTrouble/YardWatchAPI"
} }
] ]