projects: update and add legacy projects

This commit is contained in:
Muhammad Nauman Raza 2024-05-31 21:13:30 +01:00
parent 097f024caf
commit 8346a32752
Signed by: devraza
GPG key ID: 91EAD6081011574B
3 changed files with 35 additions and 3 deletions

View file

@ -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" },
]

View file

@ -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" },
]

File diff suppressed because one or more lines are too long