Skip to content

Commit 629804c

Browse files
Add Gunbug game (#1535)
Co-authored-by: Jan Hohenheim <[email protected]>
1 parent 8d19b92 commit 629804c

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
--exclude '[^\w]todo[^\w]?'
4747
--exclude 'https://(www\.|old\.)?reddit\.com'
4848
--exclude 'https://www.patreon.com'
49+
--exclude 'https://gamedev.social'
4950
${{ steps.changed-files.outputs.changed_files }}
5051
- name: Install Zola
5152
run: |

content/news/052/gunbug.jpg

237 KB
Loading

content/news/052/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,29 @@ killing baddies using spells powered by pixel physics. This month was focused on
9797
[pixel-wizards-update-4]: https://www.slowrush.dev/news/ragdolls/
9898
[pixel-wizards-update-5]: https://www.slowrush.dev/news/fiddling-with-fire/
9999

100+
### [Gunbug][gunbug]
101+
102+
[![Gunbug](gunbug.jpg)][gunbug]
103+
104+
Gunbug is a 2D online co-op horde survival shoot'em up game.
105+
106+
Gunbug focuses on shooting lots of enemies with lots of guns. It can be played
107+
solo or with up to 10 players.
108+
109+
It is built with the [Bevy] game engine. It uses [bevy_rapier] for ray casting,
110+
[bevy_kira_audio] for audio, and [renet] for networking. iOS and MacOS versions
111+
are built with [xbuild].
112+
113+
You can wishlist the game on [Steam][gunbug]. Playtests start in the upcoming
114+
months. iOS and Android builds already work, but store pages don't exist yet.
115+
116+
[gunbug]: https://store.steampowered.com/app/2946990?utm_source=this_month_in_rust
117+
[xbuild]: https://github.com/rust-mobile/xbuild
118+
[Bevy]: https://bevyengine.org
119+
[bevy_rapier]: https://github.com/dimforge/bevy_rapier
120+
[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio
121+
[renet]: https://github.com/lucaspoffo/renet
122+
100123
## Engine Updates
101124

102125
### [godot-rust]

0 commit comments

Comments
 (0)