@@ -116,13 +116,41 @@ Twitch][rust-gamedev-twitch].
116
116
117
117
## Game Updates
118
118
119
- ### [ Bevy Jam] [ jam-result-page ]
119
+ ### [ Bevy Jam] [ bevy- jam-results ]
120
120
121
- TODO
121
+ ![ Bevy Jam ] ( bevy-jam.png )
122
122
123
- [ jam-result-page ] : https://itch.io/jam/bevy-jam-1/results
123
+ Voting on the first-ever [ Bevy Jam] [ bevy-jam ] just finished! It was a
124
+ week-long event, where the goal was to make a game in
125
+ [ Bevy Engine] [ bevy-engine ] , the free and open-source game engine
126
+ built in Rust. The theme was 'Unfair Advantage'.
124
127
125
- #### [ ¿Quién es el MechaBurro?] [ mechaburro-itchio ]
128
+ The [ full results can be found on itch.io] [ bevy-jam-results ] . Here
129
+ are the top five games:
130
+
131
+ [ bevy-jam ] : https://itch.io/jam/bevy-jam-1/
132
+ [ bevy-jam-results ] : https://itch.io/jam/bevy-jam-1/results
133
+ [ bevy-engine ] : https://bevyengine.org/
134
+
135
+ #### 🥇 First Place: [ Petty Party] [ petty-party ]
136
+
137
+ ![ Petty Party logo] ( pettyparty.png )
138
+
139
+ [ Petty Party] [ petty-party ] is a Mario Party inspired board game,
140
+ in which you play against the world's worst opponent, who's
141
+ actively rigging the game against you.
142
+
143
+ The game was originally very hard to beat, so the devs balanced
144
+ the jam release fairly heavily in the player's favour - however,
145
+ if you beat the game, you can unlock the original difficulty
146
+ as a 'hard mode'!
147
+
148
+ The source for the game is available on [ GitHub] [ petty-party-source ] .
149
+
150
+ [ petty-party ] : https://jabuwu.itch.io/petty-party
151
+ [ petty-party-source ] : https://github.com/jabuwu/petty-party
152
+
153
+ #### 🥈 Second Place: [ ¿Quién es el MechaBurro?] [ mechaburro-itchio ]
126
154
127
155
![ ¿Quién es el MechaBurro?] ( mechaburro.gif )
128
156
@@ -144,10 +172,22 @@ is available [on Github][mechaburro-github].
144
172
[ mechaburro-youtube ] : https://www.youtube.com/watch?v=YQeb2ffm_TI
145
173
[ mechaburro-postmortem ] : https://ramirezmike2.itch.io/quien-es-el-mechaburro/devlog/354715/bevy-jam-1-postmortem
146
174
147
- #### [ Warlock's Gambit] [ warlocks-gambit-itchio ]
175
+ #### 🥉 Third Place: [ Chaz]
176
+
177
+ ![ Chaz screenshot] ( chaz.png )
178
+
179
+ [ Chaz] is a platform racing game, where you have to stay close to your
180
+ opponent in order to see where you're going. Beat them to the floating
181
+ heart to win - but be warned, once you do, they'll steal your moves!
182
+
183
+ The source code is available on [ GitHub] [ chaz-source ] .
184
+
185
+ [ chaz ] : https://luizchagasjardim.itch.io/chaz
186
+ [ chaz-source ] : https://github.com/lcjgames/chaz
187
+
188
+ #### Fourth Place: [ Warlock's Gambit] [ warlocks-gambit-itchio ]
148
189
149
190
![ Warlock's Gambit Screenshot] ( warlocks_gambit.jpg )
150
- _ Screenshot of Warlock's Gambit_
151
191
152
192
[ Warlock's Gambit] [ warlocks-gambit-itchio ] is a puzzle game constructed like a
153
193
card game, playable in the browser. You are given a static deck and have to play
@@ -167,6 +207,21 @@ Github][warlocks-gambit-github].
167
207
[ warlocks-gambit-itchio ] : https://gibonus.itch.io/warlocks-gambit
168
208
[ warlocks-gambit-github ] : https://github.com/team-plover/warlocks-gambit
169
209
210
+ #### Fifth Place: [ Cheaters Never Win] [ cheaters-never-win ]
211
+
212
+ ![ Clip of Cheaters Never Win gameplay] ( cheatersneverwin.gif )
213
+
214
+ [ Cheaters Never Win] [ cheaters-never-win ] is an unfairly difficult
215
+ infinite runner set in a cyberpunk world.
216
+
217
+ Collect keycaps in order to unlock cheat codes, which will give
218
+ you access to forbidden powers - like jumping, and moving left!
219
+
220
+ The source for this game is available on [ GitHub] [ cnw-source ] .
221
+
222
+ [ cheaters-never-win ] : https://cdsupina.itch.io/cheaters-never-win
223
+ [ cnw-source ] : https://github.com/TheRealTeamFReSh/Bevy-Jam-1
224
+
170
225
### [ V-Racer] [ vracer-github ]
171
226
172
227
![ VRacer screenshot] ( vracer_screenshot.gif )
@@ -254,6 +309,35 @@ March's full weekly devlogs: "This Week In Veloren...":
254
309
255
310
## Engine Updates
256
311
312
+ ### [ godot-rust] ( https://github.com/godot-rust/godot-rust )
313
+
314
+ ![ godot-rust logo] ( godot-rust.png )
315
+
316
+ godot-rust ([ GitHub] [ gd-github ] , [ Discord] [ gd-discord ] , [ Twitter] [ gd-twitter ] )
317
+ is a Rust library that provides bindings for the Godot game engine.
318
+
319
+ We are pleased to announce the release of godot-rust version 0.10.0.
320
+ This update brings many new quality-of-life features, such as basic
321
+ async and serde support, more flexible exporting of Rust symbols to
322
+ Godot, better CI and doc integration, among many more features that
323
+ have previously been exclusive to the [ GitHub repo] [ gd-github ] .
324
+
325
+ This release also makes the the API much more more user-friendly than
326
+ previous versions with more consistent naming, flatter module structure
327
+ and fewer redundancies.
328
+
329
+ Thank you to all of the contributors who made this possible!
330
+
331
+ A full list of a the changes are available in the [ changelog] [ gd-changelog ] .
332
+
333
+ [ gd-announcement ] : https://godot-rust.github.io/releases/
334
+ [ gd-changelog ] : https://github.com/godot-rust/godot-rust/blob/master/CHANGELOG.md
335
+
336
+ [ gd-docs ] : https://godot-rust.github.io/docs
337
+ [ gd-github ] : https://github.com/godot-rust/godot-rust
338
+ [ gd-discord ] : https://discord.com/invite/FNudpBD
339
+ [ gd-twitter ] : https://twitter.com/GodotRust
340
+
257
341
### [ Notan v0.2.1] [ Notan ]
258
342
259
343
![ notan] ( notan.jpg )
@@ -274,6 +358,24 @@ improve the integration with [egui] supporting all its features.
274
358
[ v0.2.1 ] : https://github.com/Nazariglez/notan/releases/tag/v0.2.0
275
359
[ egui ] : https://github.com/emilk/egui
276
360
361
+ ### [ Tetra] 0.7
362
+
363
+ [ Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This
364
+ month, Tetra 0.7 was released, featuring:
365
+
366
+ - Support for a wider variety of texture formats
367
+ - A more powerful API for blending
368
+ - Lots of bug fixes, cleanups, and improvements
369
+
370
+ For more details, see the [ changelog] [ tetra-changelog ] .
371
+
372
+ As mentioned in previous newsletters, this is likely to be the final release of
373
+ Tetra, as [ the developer has decided to move onto other projects] [ tetra-retro ] .
374
+
375
+ [ Tetra ] : https://github.com/17cupsofcoffee/tetra
376
+ [ tetra-changelog ] : https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
377
+ [ tetra-retro ] : https://www.seventeencups.net/posts/three-years-of-tetra/
378
+
277
379
## Learning Material Updates
278
380
279
381
### [ Intro to Bevy Video Tutorial Series] [ intro-to-bevy-playlist ]
@@ -328,35 +430,6 @@ are presented in a [blog post on Dev.to][dos-like-rs-dev].
328
430
[ @E_net4 ] : https://twitter.com/E_net4
329
431
[ dos-like-rs-dev ] : https://dev.to/e_net4/writing-bindings-to-dos-like-for-rust-some-lessons-learned-2p6k
330
432
331
- ### [ godot-rust] ( https://github.com/godot-rust/godot-rust )
332
-
333
- ![ godot-rust logo] ( godot-rust.png )
334
-
335
- godot-rust ([ GitHub] [ gd-github ] , [ Discord] [ gd-discord ] , [ Twitter] [ gd-twitter ] )
336
- is a Rust library that provides bindings for the Godot game engine.
337
-
338
- We are pleased to announce the release of godot-rust version 0.10.0.
339
- This update brings many new quality-of-life features, such as basic
340
- async and serde support, more flexible exporting of Rust symbols to
341
- Godot, better CI and doc integration, among many more features that
342
- have previously been exclusive to the [ GitHub repo] [ gd-github ] .
343
-
344
- This release also makes the the API much more more user-friendly than
345
- previous versions with more consistent naming, flatter module structure
346
- and fewer redundancies.
347
-
348
- Thank you to all of the contributors who made this possible!
349
-
350
- A full list of a the changes are available in the [ changelog] [ gd-changelog ] .
351
-
352
- [ gd-announcement ] : https://godot-rust.github.io/releases/
353
- [ gd-changelog ] : https://github.com/godot-rust/godot-rust/blob/master/CHANGELOG.md
354
-
355
- [ gd-docs ] : https://godot-rust.github.io/docs
356
- [ gd-github ] : https://github.com/godot-rust/godot-rust
357
- [ gd-discord ] : https://discord.com/invite/FNudpBD
358
- [ gd-twitter ] : https://twitter.com/GodotRust
359
-
360
433
### [ kira v0.6.0] ( https://github.com/tesselode/kira )
361
434
362
435
[ Kira] by [ @tesselode ] is a backend-agnostic library to create expressive audio
0 commit comments