Skip to content

Commit

Permalink
Add Gunbug game (#1535)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
  • Loading branch information
eero-lehtinen and janhohenheim authored Jun 29, 2024
1 parent 8d19b92 commit 629804c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
--exclude '[^\w]todo[^\w]?'
--exclude 'https://(www\.|old\.)?reddit\.com'
--exclude 'https://www.patreon.com'
--exclude 'https://gamedev.social'
${{ steps.changed-files.outputs.changed_files }}
- name: Install Zola
run: |
Expand Down
Binary file added content/news/052/gunbug.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions content/news/052/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,29 @@ killing baddies using spells powered by pixel physics. This month was focused on
[pixel-wizards-update-4]: https://www.slowrush.dev/news/ragdolls/
[pixel-wizards-update-5]: https://www.slowrush.dev/news/fiddling-with-fire/

### [Gunbug][gunbug]

[![Gunbug](gunbug.jpg)][gunbug]

Gunbug is a 2D online co-op horde survival shoot'em up game.

Gunbug focuses on shooting lots of enemies with lots of guns. It can be played
solo or with up to 10 players.

It is built with the [Bevy] game engine. It uses [bevy_rapier] for ray casting,
[bevy_kira_audio] for audio, and [renet] for networking. iOS and MacOS versions
are built with [xbuild].

You can wishlist the game on [Steam][gunbug]. Playtests start in the upcoming
months. iOS and Android builds already work, but store pages don't exist yet.

[gunbug]: https://store.steampowered.com/app/2946990?utm_source=this_month_in_rust
[xbuild]: https://github.com/rust-mobile/xbuild
[Bevy]: https://bevyengine.org
[bevy_rapier]: https://github.com/dimforge/bevy_rapier
[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio
[renet]: https://github.com/lucaspoffo/renet

## Engine Updates

### [godot-rust]
Expand Down

0 comments on commit 629804c

Please sign in to comment.