diff --git a/content/games/data.toml b/content/games/data.toml index ea143c72..e85d4e8f 100644 --- a/content/games/data.toml +++ b/content/games/data.toml @@ -682,6 +682,13 @@ categories = ["action"] repository_url = "//gitlab.com/remram44/vigilant-steel" image = "/assets/img/vigilant-steel.png" +[[items]] +name = "Voxmaxa" +description = "Voxmaxa is an online multiplayer voxel FPS" +categories = ["fps", "action", "released"] +image = "/assets/img/voxmaxa.png" +homepage_url = "https://voxmaxa.com" + [[items]] name = "Way of Rhea" description = "A color changing puzzle adventure. Hard puzzles, forgiving mechanics." diff --git a/static/assets/img/voxmaxa.png b/static/assets/img/voxmaxa.png new file mode 100644 index 00000000..dfcef2be Binary files /dev/null and b/static/assets/img/voxmaxa.png differ