diff --git a/content/posts/newsletter-013/chillscapes_main_menu.png b/content/posts/newsletter-013/chillscapes_main_menu.png new file mode 100644 index 000000000..b0a71f7c0 Binary files /dev/null and b/content/posts/newsletter-013/chillscapes_main_menu.png differ diff --git a/content/posts/newsletter-013/index.md b/content/posts/newsletter-013/index.md index cbda81bd0..83503444f 100644 --- a/content/posts/newsletter-013/index.md +++ b/content/posts/newsletter-013/index.md @@ -103,6 +103,27 @@ It can be played in the browser or downloaded at [itch.io][Cary]. [Cary]: https://specificprotagonist.itch.io/cary [extra-credits-jam]: https://itch.io/jam/extra-credits-game-jam-6 +### [Chillscapes][chillscapes-itch] + +![Chillscapes Main Menu](chillscapes_main_menu.png) + +[Chillscapes][chillscapes-github] is a lo-fi +rhythm experience created for the [NEOC#03 Rhythm Game Jam][neoc]. Using +layerable lo-fi music tracks, the game has you tap with the rhythm of the loops +being added, before changing the music up by adding another loop into the mix. +Last week, [a retrospective update was published][chillscapes-retrospective] +reflecting on what the developer's takeaways were from the experience. + +Chillscapes is written using an early-in-development 2d engine, +[Kludgine][kludgine]. For audio playback, rodio was utilized. The source code is +[available on GitHub][chillscapes-github]. + +[chillscapes-itch]: https://khonsulabs.itch.io/chillscapes +[chillscapes-github]: https://github.com/khonsulabs/chillscapes +[chillscapes-retrospective]: https://community.khonsulabs.com/t/chillscapes-retrospective-and-kludgine-update/28 +[neoc]: https://itch.io/jam/neoc03-rhythm-jam +[kludgine]: https://github.com/khonsulabs/kludgine + ## Learning Material Updates ### [Writing NES Emulator in Rust][rust_nes_tutorial]