File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 46
46
--exclude '[^\w]todo[^\w]?'
47
47
--exclude 'https://(www\.|old\.)?reddit\.com'
48
48
--exclude 'https://www.patreon.com'
49
+ --exclude 'https://gamedev.social'
49
50
${{ steps.changed-files.outputs.changed_files }}
50
51
- name : Install Zola
51
52
run : |
Original file line number Diff line number Diff line change @@ -97,6 +97,29 @@ killing baddies using spells powered by pixel physics. This month was focused on
97
97
[ pixel-wizards-update-4 ] : https://www.slowrush.dev/news/ragdolls/
98
98
[ pixel-wizards-update-5 ] : https://www.slowrush.dev/news/fiddling-with-fire/
99
99
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
+
100
123
## Engine Updates
101
124
102
125
### [ godot-rust]
You can’t perform that action at this time.
0 commit comments