diff --git a/content/news/027/index.md b/content/news/027/index.md index ba1ff5a05..2cc54b11a 100644 --- a/content/news/027/index.md +++ b/content/news/027/index.md @@ -84,6 +84,24 @@ small update to improve the UI and fix a few bugs. [@17cupsofcoffee]: https://twitter.com/17cupsofcoffee [lonely-star-source]: https://github.com/17cupsofcoffee/lonely-star +### [LibraCity] - city planning on a needle! + +![LibraCity screenshot](libracity.png) + +[LibraCity] is a puzzle city planning game by [@djeedai] where you need to build +a city while balancing it on a needle (the center of the board). It was built for +[Ludum Dare 49] using the [Bevy Engine], and is a first-time use of the engine. + +Post-jam, a webassembly version was added and published, which now allows +[playing the game online](https://djeedai.github.io/libracity/). + +The code source is freely [available on GitHub](https://github.com/djeedai/libracity). + +[LibraCity]: https://djeedai.github.io/libracity/ +[Ludum Dare 49]: https://ldjam.com/events/ludum-dare/49/libra-city +[@djeedai]: https://twitter.com/djeedai +[Bevy Engine]: https://bevyengine.org/ + ## Engine Updates ### [Tetra] 0.6.6 diff --git a/content/news/027/libracity.png b/content/news/027/libracity.png new file mode 100644 index 000000000..3519558a1 Binary files /dev/null and b/content/news/027/libracity.png differ