diff --git a/public/assets/projects/killthetower.png b/public/assets/projects/killthetower.png new file mode 100644 index 0000000..66fdcdd Binary files /dev/null and b/public/assets/projects/killthetower.png differ diff --git a/src/content/projects/kill_the_tower.md b/src/content/projects/kill_the_tower.md new file mode 100644 index 0000000..3deedbb --- /dev/null +++ b/src/content/projects/kill_the_tower.md @@ -0,0 +1,19 @@ +--- +category: "modding" +name: "Kill the Tower" +description: "Slay the Spire 2 mod that renames a bunch of cards, ancients, relics, monsters and more to make the game +as unserious as possible." +image: "/assets/projects/killthetower.png" +links: [ + { + text: "Website", + url: "https://www.nexusmods.com/slaythespire2/mods/1051" + }, + { + text: "Source", + url: "https://github.com/YouHaveTrouble/KillTheTower" + }, +] +technologies: + - "shell" +---