diff --git a/content/news/025/index.md b/content/news/025/index.md index 36267af24..4c22f6b10 100644 --- a/content/news/025/index.md +++ b/content/news/025/index.md @@ -97,7 +97,7 @@ projects: [bevy_webgl2], [bevy_prototype_lyon], [bevy_asset_ron], ### [vange-rs] -![Vange-rs on wgpu-0.10](./vangers-wgpu0.10.png) +![Vange-rs on wgpu-0.10](vangers-wgpu0.10.png) _vange-rs on wgpu-0.10_ Vange-rs is a rewrite of the iconic Vangers game from 1998 in Rust, @@ -172,6 +172,32 @@ https://bauxitedev.github.io/vehicle_evolver_deluxe/index.html [@bauxitedev]: https://twitter.com/bauxitedev +### Liminal Lab 000 + +[![Screenshot of Liminal Lab 000 showing a white-walled laboratory test chamber +with buttons on the floor, lights on the wall, and a dark cube levitating +overhead.](liminal_lab_000.png)][ll000-live] +_Click the image to play the game in your desktop browser!_ + +Liminal Lab 000 ([live version][ll000-live]) by [@pebaz] is a tiny, +minimalistic puzzle game with 1 puzzle designed around the concept of +[Liminal Spaces][liminality]. Liminal Spaces are usually abandoned, +transitional places where life once thrived. These spaces are somehow familiar +to the viewer but the viewer has never been there. The unsettling feeling of +being alone comes from the realization that the viewer does not belong in that +space but is merely passing through it. + +Liminal Lab 000 was built using [Macroquad][macroquad], utilizes voxel +rendering with 8x8x8 chunks, and is hosted on Google Firebase Hosting. + +_Discussions: [/r/rust_gamedev][liminal-reddit]_ + +[ll000-live]: https://pebazium.web.app/ +[@pebaz]: https://github.com/Pebaz +[liminality]: https://aesthetics.fandom.com/wiki/Liminal_Space +[macroquad]: https://github.com/not-fl3/macroquad +[liminal-reddit]: https://www.reddit.com/r/rust_gamedev/comments/ouu7xk/liminal_lab_000_my_first_ever_3d_game/ + ## Engine Updates ## Learning Material Updates diff --git a/content/news/025/liminal_lab_000.png b/content/news/025/liminal_lab_000.png new file mode 100644 index 000000000..40e68cac9 Binary files /dev/null and b/content/news/025/liminal_lab_000.png differ diff --git a/content/news/025/vangers-wpgu0.10.png b/content/news/025/vangers-wgpu0.10.png similarity index 100% rename from content/news/025/vangers-wpgu0.10.png rename to content/news/025/vangers-wgpu0.10.png