diff --git a/public/assets/projects/dol.png b/public/assets/projects/dol.png new file mode 100644 index 0000000..3bea020 Binary files /dev/null and b/public/assets/projects/dol.png differ diff --git a/public/assets/projects/mobrrr.png b/public/assets/projects/mobrrr.png new file mode 100644 index 0000000..c1526ed Binary files /dev/null and b/public/assets/projects/mobrrr.png differ diff --git a/src/content/projects/discipleofland.md b/src/content/projects/discipleofland.md new file mode 100644 index 0000000..d1c896f --- /dev/null +++ b/src/content/projects/discipleofland.md @@ -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" + }, +] +--- diff --git a/src/content/projects/mobrrr.md b/src/content/projects/mobrrr.md new file mode 100644 index 0000000..95b2da4 --- /dev/null +++ b/src/content/projects/mobrrr.md @@ -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" + }, +] +--- diff --git a/src/content/projects/yardwatch.md b/src/content/projects/yardwatch.md index 80f5e00..ae96fc8 100644 --- a/src/content/projects/yardwatch.md +++ b/src/content/projects/yardwatch.md @@ -13,7 +13,7 @@ links: [ url: "https://github.com/YouHaveTrouble/YardWatch" }, { - text: "Source (plugin)", + text: "Source (api)", url: "https://github.com/YouHaveTrouble/YardWatchAPI" } ]