Skip to content

Commit ea2d427

Browse files
committed
N30: Not Snake
1 parent 0189f53 commit ea2d427

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

content/news/030/index.md

+36
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,42 @@ or joining [their Discord][wor-discord].
143143
[wor-fast]: https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/
144144
[wor-discord]: https://discord.gg/JGeVt5XwPP
145145

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+
163+
- Able to create, customize, and delete game entities
164+
- Multi-select entities for bulk changes
165+
- Can play-test levels in the editor
166+
- Camera controls
167+
- Save/Load levels
168+
169+
More details on the initial editor work and a retrospective of the first
170+
version of the game can be read [here][notsnakepost] and a video of
171+
the save/load feature can be seen [here][notsnakeyt].
172+
173+
[notsnake]: https://ramirezmike2.itch.io/not-snake
174+
[notsnakepost]: https://ramirezmike2.itch.io/not-snake/devlog/333283/retrospective-working-on-new-features
175+
[Michael Ramirez]: https://github.com/ramirezmike
176+
[notsnakebevy]: https://bevyengine.org
177+
[notsnakegit]: https://github.com/ramirezmike/not_snake_game
178+
[notsnakeyt]: https://www.youtube.com/watch?v=cwI00pXDc6Q
179+
[notsnakepick]: https://github.com/aevyrie/bevy_mod_picking
180+
[notsnakeegui]: https://github.com/emilk/egui
181+
146182
## Engine Updates
147183

148184
### [Rusty Engine 4.0]

content/news/030/notsnake.gif

1.32 MB
Loading

0 commit comments

Comments
 (0)