Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersoulK authored May 1, 2024
1 parent af5b9e8 commit 6b3d036
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions content/news/050/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b3d036

Please sign in to comment.