diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index eab89d67e..24b4e4800 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -222,6 +222,25 @@ prior to Jan 1, 2021. [Sabaki]: https://github.com/SabakiHQ/Sabaki [nv-devboard]: https://developer.nvidia.com/embedded/jetson-nano-developer-kit +### [Tetris Bane][tetris-bane] + +![Tetris Bane](tetris-bane.png) + +[Tetris Bane][tetris-bane] is an open-source Tetris clone +that mixes things up with multiple game modes. +There's a hard bane mode, classic mode for the purists, +ultra hard metal mode, and a chill mode. +Tetris Bane challenges you to get more then 2 lines in metal mode. + +You can [download][tetris-bane] the game for Windows, macOS and Linux. + +The game is written using [rust-sdl2]. +[The source code is available here.][tetris-bane-src] + +[tetris-bane]: https://andrew-jones.itch.io/tetris-bane +[tetris-bane-src]: https://github.com/andii1701/tetris-bane +[rust-sdl2]: https://github.com/Rust-SDL2/rust-sdl2 + ### Project YAWC ![Screenshot of an in-progress game of Project YAWC](project_yawc.png) diff --git a/content/posts/newsletter-014/tetris-bane.png b/content/posts/newsletter-014/tetris-bane.png new file mode 100644 index 000000000..caa648ffe Binary files /dev/null and b/content/posts/newsletter-014/tetris-bane.png differ