@@ -198,6 +198,53 @@ _Discussions: [/r/rust_gamedev][liminal-reddit]_
198
198
[ macroquad ] : https://github.com/not-fl3/macroquad
199
199
[ liminal-reddit ] : https://www.reddit.com/r/rust_gamedev/comments/ouu7xk/liminal_lab_000_my_first_ever_3d_game/
200
200
201
+ ### [ Not Snake] [ not-snake ]
202
+
203
+ ![ Level example from Not Snake] ( notsnake.png )
204
+
205
+ Not Snake ([ GitHub] [ notsnakegit ] , [ Itch] [ not-snake ] ) by [ Michael Ramirez]
206
+ is a 3D snake game where you don't play as the snake.
207
+
208
+ Not Snake was developed using the [ Bevy game engine] [ bevy-notsnake ] . It was
209
+ completed and [ released for free] [ not-snake ] in August and can be played on
210
+ Windows, Linux, MacOS and in browser (Chrome recommended) although there are
211
+ fewer audio/performance issues running the executables versus the browser
212
+ version.
213
+
214
+ There have been several large changes since the last update in June including
215
+ adding new levels, new music and adding a narrator who does an OK job of keeping
216
+ score.
217
+
218
+ _ Discussions:
219
+ [ /r/rust_gamedev] ( https://www.reddit.com/p8fdfn ) ,
220
+ [ /r/indiegames] ( https://www.reddit.com/p9cx15 ) _
221
+
222
+ [ not-snake ] : https://ramirezmike2.itch.io/not-snake
223
+ [ Michael Ramirez ] : https://github.com/ramirezmike
224
+ [ bevy-notsnake ] : https://bevyengine.org
225
+ [ notsnakegit ] : https://github.com/ramirezmike/not_snake_game
226
+
227
+ ### [ A Day at the Movies] [ dayatmovies ]
228
+
229
+ ![ Screenshot of "A Day at the Movies"] ( adayatthemovies.png )
230
+ _ The kids getting ready to sneak into a movie_
231
+
232
+ "A Day at the Movies" ([ GitHub] [ dayatmoviesgit ] , [ Itch] [ dayatmovies ] ) by
233
+ [ Michael Ramirez] is a short game about stealth, movies and friendship.
234
+
235
+ "A Day at the Movies" was made using the [ Bevy game engine] [ bevy-movieday ] in 7
236
+ days as part of the Rusty Jam. Despite the placeholder art and lack of audio, it
237
+ can be played from start-to-finish and is literally guaranteed to bring a smile
238
+ to all who play it. Just make sure to follow the instructions on how to get into
239
+ the "Ferris the Crab" movie room.
240
+
241
+ It's playable in browser on [ itch] [ dayatmovies ] and the code can be viewed on
242
+ [ GitHub] [ dayatmoviesgit ] .
243
+
244
+ [ dayatmovies ] : https://ramirezmike2.itch.io/a-day-at-the-movies
245
+ [ dayatmoviesgit ] : https://github.com/ramirezmike/rust_gamejam_0821
246
+ [ bevy-movieday ] : https://bevyengine.org
247
+
201
248
## Engine Updates
202
249
203
250
## Learning Material Updates
0 commit comments