diff --git a/content/games/data.toml b/content/games/data.toml index 26e5e8af..e5fb0459 100644 --- a/content/games/data.toml +++ b/content/games/data.toml @@ -373,6 +373,15 @@ categories = ["strategy"] repository_url = "//github.com/tedsta/reforge" image = "/assets/img/reforge_screeny.png" +[[items]] +name = "Rezcraft" +description = "Minecraft like voxel game using wgpu, supporting both native targets and wasm" +categories = ["open-world"] +image = "/assets/img/rezcraft.png" +crate_url = "https://crates.io/crates/rezcraft" +homepage_url = "https://shapur1234.github.io/Rezcraft-Demo/" +repository_url = "https://github.com/Shapur1234/Rezcraft" + [[items]] name = "Robo Instructus" description = "A puzzle game in which players manoeuvre a robot by issuing instructions via a simple programming language" diff --git a/static/assets/img/rezcraft.png b/static/assets/img/rezcraft.png new file mode 100644 index 00000000..2d2acd5c Binary files /dev/null and b/static/assets/img/rezcraft.png differ