diff --git a/content/news/050/index.md b/content/news/050/index.md index 20a777565..f3e4cdf52 100644 --- a/content/news/050/index.md +++ b/content/news/050/index.md @@ -71,21 +71,22 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [CyberGate Playground][cybergate-shorts] -![Shooting a Hammer against a Floating Wall and Destroying part of it](cybergate.mp4) +![Improved Hammer Destruction](cybergate.mp4) +_Shooting a Hammer against a Floating Wall and Destroying part of it_ CyberGate Playground is a multiplayer browser game where players claim territory by painting the environment in their color, with the goal of overpowering opponents. This month updates include: -- Flying with butterfly-like mechanics. -- Fusion Upgrade: Combine hammers, balls, dices, to multiply their powers. -- Hammer destruction made more challenging and interesting, with upgrades enabling deeper wall penetration. -- Improved Strength and Weight system, and calculate their impact on character movement and abilities. -- Added an 'Owned Upgrades' menu using the `yakui` Rust library, giving a neat overview of all acquired upgrades. -- Many other UI / gameplay improvements based on player feedback. +- Flying with butterfly-like mechanics; +- Fusion Upgrade: Combine hammers, balls, dices, to multiply their powers; +- Hammer destruction made more challenging and interesting, with upgrades enabling deeper wall penetration; +- Improved Strength and Weight system, and calculate their impact on character movement and abilities; +- Added an 'Owned Upgrades' menu using the `yakui` Rust library, giving a neat overview of all acquired upgrades; +- Many other UI / gameplay improvements based on player feedback; Rust's ownership and strongly typed features played a crucial role in allowing the gameplay code to scale to more complex and detailed mechanics, while retaining correct, clean and bug-free code. -CyberGate Playground is a passion project, and while it's not open source, I believe in the power of community and love engaging with fellow developers. If you're interested in the game's progress or want to chat about all things CyberGate, feel free to join the [Discord server][cybergate-discord].

 +CyberGate Playground is a passion project, and while it's not open source, I believe in the power of community and love engaging with fellow developers. If you're interested in the game's progress or want to chat about all things CyberGate, feel free to join the [Discord server][cybergate-discord] [cybergate-shorts]: https://www.youtube.com/@cyber-gate/shorts [cybergate-discord]: https://discord.gg/P3D8weeQ7Z