@@ -224,6 +224,42 @@ January's full weekly devlogs: "This Week In Veloren...":
224
224
[ veloren-155 ] : https://veloren.net/devblog-155
225
225
[ veloren-156 ] : https://veloren.net/devblog-156
226
226
227
+ ### [ Not Snake] [ notsnake ]
228
+
229
+ ![ Editor for Not Snake] ( notsnake.gif )
230
+
231
+ Not Snake ([ GitHub] [ notsnakegit ] , [ Itch] [ notsnake ] ) by [ Michael Ramirez] is a
232
+ 3D snake game where you don't play as the snake.
233
+
234
+ Not Snake is being developed using the [ Bevy game engine] [ notsnakebevy ] . The
235
+ first version can be played [ here] [ notsnake ] . An updated version
236
+ is now being worked on since the 0.6 release of [ Bevy] [ notsnakebevy ] .
237
+
238
+ The bulk of the work this month was spent on creating a level editor
239
+ using the [ egui] [ notsnakeegui ] and [ bevy_mod_picking] [ notsnakepick ] crates to
240
+ make it easier to add new features/modes to the game.
241
+
242
+ Current features include:
243
+
244
+ - Able to create, customize, and delete game entities
245
+ - Multi-select entities for bulk changes
246
+ - Can play-test levels in the editor
247
+ - Camera controls
248
+ - Save/Load levels
249
+
250
+ More details on the initial editor work and a retrospective of the first
251
+ version of the game can be read [ here] [ notsnakepost ] and a video of
252
+ the save/load feature can be seen [ here] [ notsnakeyt ] .
253
+
254
+ [ notsnake ] : https://ramirezmike2.itch.io/not-snake
255
+ [ notsnakepost ] : https://ramirezmike2.itch.io/not-snake/devlog/333283/retrospective-working-on-new-features
256
+ [ Michael Ramirez ] : https://github.com/ramirezmike
257
+ [ notsnakebevy ] : https://bevyengine.org
258
+ [ notsnakegit ] : https://github.com/ramirezmike/not_snake_game
259
+ [ notsnakeyt ] : https://www.youtube.com/watch?v=cwI00pXDc6Q
260
+ [ notsnakepick ] : https://github.com/aevyrie/bevy_mod_picking
261
+ [ notsnakeegui ] : https://github.com/emilk/egui
262
+
227
263
## Engine Updates
228
264
229
265
### [ Rusty Engine 4.0]
0 commit comments