8000 N25: Not Snake and A Day at the Movies (#763) · setzer22/rust-gamedev.github.io@b43a81e · GitHub
[go: up one dir, main page]

Skip to content

Commit b43a81e

Browse files
N25: Not Snake and A Day at the Movies (rust-gamedev#763)
* N25: Not Snake and A Day at the Movies * Cleaning line endings Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent 247ab43 commit b43a81e

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

content/news/025/adayatthemovies.png

161 KB
Loading

content/news/025/index.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,53 @@ _Discussions: [/r/rust_gamedev][liminal-reddit]_
198198
[macroquad]: https://github.com/not-fl3/macroquad
199199
[liminal-reddit]: https://www.reddit.com/r/rust_gamedev/comments/ouu7xk/liminal_lab_000_my_first_ever_3d_game/
200200

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+
201248
## Engine Updates
202249

203250
## Learning Material Updates

content/news/025/notsnake.png

129 KB
Loading

0 commit comments

Comments
 (0)
0