diff --git a/content/posts/newsletter-009/fermi-paradox.jpg b/content/posts/newsletter-009/fermi-paradox.jpg new file mode 100644 index 000000000..a4cb6a278 Binary files /dev/null and b/content/posts/newsletter-009/fermi-paradox.jpg differ diff --git a/content/posts/newsletter-009/frog-rations.jpg b/content/posts/newsletter-009/frog-rations.jpg new file mode 100644 index 000000000..45cbb3047 Binary files /dev/null and b/content/posts/newsletter-009/frog-rations.jpg differ diff --git a/content/posts/newsletter-009/index.md b/content/posts/newsletter-009/index.md index fd7477c49..f57959fde 100644 --- a/content/posts/newsletter-009/index.md +++ b/content/posts/newsletter-009/index.md @@ -145,6 +145,81 @@ _Discussions: [scale-pedestrian-video]: https://youtu.be/QXF1-1BNddM [wgpu-rs]: https://github.com/gfx-rs/wgpu-rs +### Ludum Dare 46 Games + +[Ludum Dare 46](https://ldjam.com/) was this month! +The theme was "Keep it alive", and there was a bunch of cool games made in Rust! +Here's a roundup of some of them: + +- ["The Hum"](https://ldjam.com/events/ludum-dare/46/the-hum) + by [Hoichael](https://ldjam.com/users/hoichael), + [williwiderstand](https://ldjam.com/users/williwiderstand), + and [NoahRo](https://ldjam.com/users/noahro) + ([source code](https://github.com/Noah2610/LD46-TheHum), + [itch.io](https://noahro.itch.io/the-hum)): + + > Feed the bonfire. Keep it alive. + + ![the hum screenshot](the-hum.jpg) + +- ["The Last Ship"](https://ldjam.com/events/ludum-dare/46/the-last-ship) + by [FedorL](https://ldjam.com/users/fedorl) + ([source code](https://github.com/not-fl3/ld46), + [itch.io](https://fedorgames.itch.io/ld46), + [Twitter thread](https://twitter.com/fedor_games/status/1251900504369778690)): + + > Carry humanity from dying planet into the bright future! + + ![the last ship screenshot](the-last-ship.jpg) + +- ["Frog Rations"](https://ldjam.com/events/ludum-dare/46/frog-rations) + by [healthire](https://ldjam.com/users/healthire) + ([source code](https://github.com/Healthire/ld46), + [Twitter thread](https://twitter.com/healthire_/status/1251412661016895488)): + + > Keep the frog alive by eating flies, but beware of the snake! + + ![frog rations screenshot](frog-rations.jpg) + +- ["WOODS"](https://ldjam.com/events/ludum-dare/46/woods) + by [Feilkin](https://ldjam.com/users/feilkin) + ([source code](https://github.com/Feilkin/mela/tree/master/examples/ld46), + [itch.io](https://feilkin.itch.io/woods)): + + > Keep the flame alive in the darkness! + + ![woods screenshot](woods.jpg) + +- ["Wonder"](https://ldjam.com/events/ludum-dare/46/wonder) + by [Ian Kettlewell](https://ldjam.com/users/ian-kettlewell) + ([source code](https://github.com/kettle11/LD46), + [itch.io](https://kettlecorn.itch.io/wonder)): + + > Keep alive a sense of wonder. + + ![wonder screenshot](wonder.jpg) + +- ["Lighthouse Keeper"](https://ldjam.com/events/ludum-dare/46/lighthouse-keeper) + by [dooskington](https://ldjam.com/users/dooskington) + ([source code](https://github.com/Dooskington/ld46), + [itch.io](https://dooskington.itch.io/ld46-lighthouse-keeper)): + + > Alone on a rock in the sea, your job is an important one. Keep the lighthouse + > safe and operational, and don’t lose your mind. The goal is to survive for 30 + > days. Unfinished. + + ![lighthouse keeper screenshot](lighthouse-keeper.jpg) + +- ["Fermi Paradox"](https://ldjam.com/events/ludum-dare/46/fermi-paradox) + by [tversteeg](https://ldjam.com/users/tversteeg) + ([source code](https://github.com/tversteeg/ld46)): + + > How come we don’t see any life from other planets? What does an intergalactic + > society need to do to survive? Fermi Paradox is a combination of the arcade + > games of yesteryear with some modern twists. + + ![fermi paradox screenshot](fermi-paradox.jpg) + ## Library & Tooling Updates ### `gfx-rs` and `wgpu` News diff --git a/content/posts/newsletter-009/lighthouse-keeper.jpg b/content/posts/newsletter-009/lighthouse-keeper.jpg new file mode 100644 index 000000000..71d765159 Binary files /dev/null and b/content/posts/newsletter-009/lighthouse-keeper.jpg differ diff --git a/content/posts/newsletter-009/the-hum.jpg b/content/posts/newsletter-009/the-hum.jpg new file mode 100644 index 000000000..59c1930bb Binary files /dev/null and b/content/posts/newsletter-009/the-hum.jpg differ diff --git a/content/posts/newsletter-009/the-last-ship.jpg b/content/posts/newsletter-009/the-last-ship.jpg new file mode 100644 index 000000000..e9e02dc4a Binary files /dev/null and b/content/posts/newsletter-009/the-last-ship.jpg differ diff --git a/content/posts/newsletter-009/wonder.jpg b/content/posts/newsletter-009/wonder.jpg new file mode 100644 index 000000000..08820c795 Binary files /dev/null and b/content/posts/newsletter-009/wonder.jpg differ diff --git a/content/posts/newsletter-009/woods.jpg b/content/posts/newsletter-009/woods.jpg new file mode 100644 index 000000000..282854520 Binary files /dev/null and b/content/posts/newsletter-009/woods.jpg differ