You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/news/050/index.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -71,21 +71,22 @@ If needed, a section can be split into subsections with a "------" delimiter.
71
71
72
72
### [CyberGate Playground][cybergate-shorts]
73
73
74
-

74
+

75
+
_Shooting a Hammer against a Floating Wall and Destroying part of it_
75
76
76
77
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
78
79
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.
80
+
- Flying with butterfly-like mechanics;
81
+
- Fusion Upgrade: Combine hammers, balls, dices, to multiply their powers;
82
+
- Hammer destruction made more challenging and interesting, with upgrades enabling deeper wall penetration;
83
+
- Improved Strength and Weight system, and calculate their impact on character movement and abilities;
84
+
- Added an 'Owned Upgrades' menu using the `yakui` Rust library, giving a neat overview of all acquired upgrades;
85
+
- Many other UI / gameplay improvements based on player feedback;
85
86
86
87
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
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
+
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]
0 commit comments