Skip to content

Commit 718ea8e

Browse files
authored
Update index.md
1 parent e936ab6 commit 718ea8e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/news/050/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,27 @@ If needed, a section can be split into subsections with a "------" delimiter.
6969

7070
## Game Updates
7171

72+
### [CyberGate Playground][cybergate_shorts]
73+
74+
![Shooting a Hammer against a Floating Wall and Destroying part of it](cybergate.mp4)
75+
76+
CyberGate Playground is a multiplayer browser game where players claim territory by painting the environment in their color, with the goal of overpowering opponents.
77+
78+
This month updates include:
79+
- Flying with butterfly-like mechanics.
80+
- Fusion Upgrade: Combine hammers, balls, dices, to multiply their powers.
81+
- Hammer destruction made more challenging and interesting, with upgrades enabling deeper wall penetration.
82+
- Improved Strength and Weight system, and calculate their impact on character movement and abilities.
83+
- Added an 'Owned Upgrades' menu using the `yakui` Rust library, giving a neat overview of all acquired upgrades.
84+
- Many other UI/gameplay improvements based on player feedback.
85+
86+
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.
87+
88+
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].


89+
90+
[cybergate_shorts]https://www.youtube.com/@cyber-gate/shorts
91+
[cybergate_discord]https://discord.gg/P3D8weeQ7Z
92+
7293
### [Way of Rhea][wor]
7394

7495
[![Way of Rhea](wor.jpg)][wor-trailer]

0 commit comments

Comments
 (0)