diff --git a/content/posts/newsletter-012/index.md b/content/posts/newsletter-012/index.md index 0fdd3176c..ed6c78892 100644 --- a/content/posts/newsletter-012/index.md +++ b/content/posts/newsletter-012/index.md @@ -62,6 +62,29 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Game Updates +### [Wonder] + +[![Lines drawn with a ball ready to roll down them](wonder-screenshot.png)][Wonder] + +[Wonder] ([source code][Wonder-source]) is a casual physics puzzle game by [@kettlecorn] +made for the web with WebAssembly, browser APIs, and no game framework. +The objective is to collect all the stars on each level +by drawing lines for the ball to roll along. + +The game was made in 48 hours for the +[Ludum Dare game jam][ludum-dare] that occurred in April. +@kettlecorn recently published an article going into the technical and +creative challenges encountered making the game: +["Making a Game in 48 hours with Rust and WebAssembly"][48-hour-jam]. + +Wonder can be [played in the browser on itch.io][Wonder]. + +[Wonder]: https://kettlecorn.itch.io/wonder +[Wonder-source]: https://github.com/kettle11/LD46 +[@kettlecorn]: https://twitter.com/kettlecorn +[ludum-dare]: https://ldjam.com +[48-hour-jam]: https://ianjk.com/rust-gamejam/ + ### [Canon Collision][canon-collision] ![Basic Projectiles](canon-collision.png) diff --git a/content/posts/newsletter-012/wonder-screenshot.png b/content/posts/newsletter-012/wonder-screenshot.png new file mode 100644 index 000000000..9317b7ffc Binary files /dev/null and b/content/posts/newsletter-012/wonder-screenshot.png differ