@@ -143,6 +143,41 @@ or joining [their Discord][wor-discord].
143
143
[ wor-fast ] : https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/
144
144
[ wor-discord ] : https://discord.gg/JGeVt5XwPP
145
145
146
+ ### [ Not Snake] [ notsnake ]
147
+
148
+ ![ Editor for Not Snake] ( notsnake.gif )
149
+
150
+ Not Snake ([ GitHub] [ notsnakegit ] , [ Itch] [ notsnake ] ) by [ Michael Ramirez] is a
151
+ 3D snake game where you don't play as the snake.
152
+
153
+ Not Snake is being developed using the [ Bevy game engine] [ notsnakebevy ] . The
154
+ first version can be played [ here] [ notsnake ] . An updated version
155
+ is now being worked on since the 0.6 release of [ Bevy] [ notsnakebevy ] .
156
+
157
+ The bulk of the work this month was spent on creating a level editor
158
+ using the [ egui] [ notsnakeegui ] and [ bevy_mod_picking] [ notsnakepick ] crates to
159
+ make it easier to add new features/modes to the game.
160
+
161
+ Current features include:
162
+ - Able to create, customize, and delete game entities
163
+ - Multi-select entities for bulk changes
164
+ - Can play-test levels in the editor
165
+ - Camera controls
166
+ - Save/Load levels
167
+
168
+ More details on the initial editor work and a retrospective of the first
169
+ version of the game can be read [ here] [ notsnakepost ] and a video of
170
+ the save/load feature can be seen [ here] [ notsnakeyt ] .
171
+
172
+ [ notsnake ] : https://ramirezmike2.itch.io/not-snake
173
+ [ notsnakepost ] : https://ramirezmike2.itch.io/not-snake/devlog/333283/retrospective-working-on-new-features
174
+ [ Michael Ramirez ] : https://github.com/ramirezmike
175
+ [ notsnakebevy ] : https://bevyengine.org
176
+ [ notsnakegit ] : https://github.com/ramirezmike/not_snake_game
177
+ [ notsnakeyt ] : https://www.youtube.com/watch?v=cwI00pXDc6Q
178
+ [ notsnakepick ] : https://github.com/aevyrie/bevy_mod_picking
179
+ [ notsnakeegui ] : https://github.com/emilk/egui
180
+
146
181
## Engine Updates
147
182
148
183
### [ Rusty Engine 4.0]
0 commit comments