Skip to content

Commit 3b601ce

Browse files
authored
N51: CyberGate Playground rust-gamedev#1500 (rust-gamedev#1517)
* Move rust-gamedev#1500 to N51 * Add gif
1 parent 119712d commit 3b601ce

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

content/news/051/cybergate.gif

2.08 MB
Loading

content/news/051/index.md

+26
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,32 @@ This release contains 110 levels which pull from 870 available puzzle layouts.
133133
[mirr/orb]: https://syn9dev.itch.io/mirrorb
134134
[syn9]: https://twitter.com/Syn9Dev
135135

136+
### [CyberGate Playground][cybergate-shorts]
137+
138+
![Improved Hammer Destruction](cybergate.gif)
139+
_Shooting a Hammer against a Floating Wall and Destroying part of it_
140+
141+
CyberGate Playground is a multiplayer browser game where players claim territory
142+
by painting the environment in their color, with the goal of overpowering opponents.
143+
144+
The past few months' updates include:
145+
- Flying with butterfly-like mechanics;
146+
- [Fusion Upgrade:][cybergate-fuse] Combine hammers, balls, dices, to multiply their powers;
147+
- Hammer destruction made more challenging and interesting, with upgrades enabling deeper wall penetration;
148+
- Improved Strength and Weight system, and calculate their impact on character movement and abilities;
149+
- Added an 'Owned Upgrades' menu using `yakui` crate, giving a neat overview of all acquired upgrades;
150+
- Many other UI / gameplay improvements based on player feedback;
151+
152+
Rust's ownership and strongly typed features played a crucial role in allowing the gameplay code to scale
153+
to more complex and detailed mechanics while retaining correct, clean, and bug-free code.
154+
155+
CyberGate Playground is a passion project.
156+
If you're interested in the game's progress, join the [Discord server][cybergate-discord]
157+
158+
[cybergate-shorts]: https://youtube.com/@cyber-gate/shorts
159+
[cybergate-discord]: https://discord.gg/P3D8weeQ7Z
160+
[cybergate-fuse]: https://www.youtube.com/shorts/ewnZ6VVSYMM
161+
136162
## Engine Updates
137163

138164
### [Macroquad]

0 commit comments

Comments
 (0)