From 8fba69141ea8f4bea2e326d6a16ba32a9344aa75 Mon Sep 17 00:00:00 2001 From: jujubeja Date: Thu, 11 Jul 2024 07:42:00 +0800 Subject: [PATCH 1/2] Add Cubyz Cubyz is a fully written in the Zig language. Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d42655..93bdec2 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ Check [Contributors Hall of Fame List](https://github.com/201flaviosilva/Open-So | ---- | ----------- | ------ | ---------------------- | | Blackvoxel | Sandbox game based on a molecular voxel interaction engine. | [GitHub](https://github.com/Blackvoxel/Blackvoxel) | - | | Craft | Simple Minecraft clone written in C using modern OpenGL. | [GitHub](https://github.com/fogleman/Craft) | - | +| Cubyz | Cubyz is a fully written in the Zig language. Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects. | [Cubyz](https://github.com/PixelGuys/Cubyz) | - | | Endless Sky | Space trading and combat game similar to the classic Escape Velocity series. | [GitHub](https://github.com/endless-sky/endless-sky) | - | | FreeSO | FreeSO is a reimplementation of The Sims Online™’s game engine, using C# and Monogame. | [GitHub](https://github.com/riperiperi/FreeSO) | - | | Freeminer | Sandbox game inspired by Minecraft. | [GitHub](https://github.com/freeminer/freeminer) | - | From 7e6d24c8f79a81325d4e4c3746c355b1d2fffbe2 Mon Sep 17 00:00:00 2001 From: jujubeja Date: Fri, 12 Jul 2024 22:10:16 +0800 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Flávio Silva <55815265+201flaviosilva@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bdec2..6ea2ca7 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ Check [Contributors Hall of Fame List](https://github.com/201flaviosilva/Open-So | ---- | ----------- | ------ | ---------------------- | | Blackvoxel | Sandbox game based on a molecular voxel interaction engine. | [GitHub](https://github.com/Blackvoxel/Blackvoxel) | - | | Craft | Simple Minecraft clone written in C using modern OpenGL. | [GitHub](https://github.com/fogleman/Craft) | - | -| Cubyz | Cubyz is a fully written in the Zig language. Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects. | [Cubyz](https://github.com/PixelGuys/Cubyz) | - | +| Cubyz | Cubyz is a fully written in the Zig language. Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects. | [GitHub](https://github.com/PixelGuys/Cubyz) | - | | Endless Sky | Space trading and combat game similar to the classic Escape Velocity series. | [GitHub](https://github.com/endless-sky/endless-sky) | - | | FreeSO | FreeSO is a reimplementation of The Sims Online™’s game engine, using C# and Monogame. | [GitHub](https://github.com/riperiperi/FreeSO) | - | | Freeminer | Sandbox game inspired by Minecraft. | [GitHub](https://github.com/freeminer/freeminer) | - |