diff --git a/content/projects/data.toml b/content/projects/data.toml index 0fb23c3..aeea6c2 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -24,7 +24,7 @@ links = [ [[project]] name = "Ambition" -desc = "A textual fast-paced 2D MMORPG." +desc = "A fast-paced 2D MMORPG." tags = ["rust", "bevy", "mmorpg"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/ambition" }, @@ -78,3 +78,19 @@ tags = ["emacs", "colorscheme", "theme", "dark"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/kagayaki-emacs" }, ] + +[[project]] +name = "Ambition (legacy)" +desc = "A fast-paced, text-based massively multiplayer role-playing game. `[Deprecated]`" +tags = ["go", "ebiten", "game", "mmorpg"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/ambition/legacy" }, +] + +[[project]] +name = "Catchtwo" +desc = "A second generation, free Pokétwo autocatcher, made to stop people from wasting their money on 'premium' alternatives. `[Deprecated]`" +tags = ["pokétwo", "pokémon", "discord", "userbot"] +links = [ + { name = "git", url = "https://github.com/devraza/catchtwo" }, +] diff --git a/public/projects/data.toml b/public/projects/data.toml index 0fb23c3..aeea6c2 100644 --- a/public/projects/data.toml +++ b/public/projects/data.toml @@ -24,7 +24,7 @@ links = [ [[project]] name = "Ambition" -desc = "A textual fast-paced 2D MMORPG." +desc = "A fast-paced 2D MMORPG." tags = ["rust", "bevy", "mmorpg"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/ambition" }, @@ -78,3 +78,19 @@ tags = ["emacs", "colorscheme", "theme", "dark"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/kagayaki-emacs" }, ] + +[[project]] +name = "Ambition (legacy)" +desc = "A fast-paced, text-based massively multiplayer role-playing game. `[Deprecated]`" +tags = ["go", "ebiten", "game", "mmorpg"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/ambition/legacy" }, +] + +[[project]] +name = "Catchtwo" +desc = "A second generation, free Pokétwo autocatcher, made to stop people from wasting their money on 'premium' alternatives. `[Deprecated]`" +tags = ["pokétwo", "pokémon", "discord", "userbot"] +links = [ + { name = "git", url = "https://github.com/devraza/catchtwo" }, +] diff --git a/public/projects/index.html b/public/projects/index.html index c23dfd7..a17fd7b 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -1 +1 @@ -
Catchtwo
A second generation, free Pokétwo autocatcher, made to stop people from wasting their money on 'premium' alternatives. [Deprecated]