Skip to content

Commit 3af78c8

Browse files
author
Andrew Jones
committed
Add Tetris Bane for issue014
1 parent 9ef6e7a commit 3af78c8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
540 KB
Loading

content/posts/newsletter-014/index.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Feel free to send PRs about your own projects!
2828
Table of contents:
2929

3030
- [Game Updates](#game-updates)
31+
- [Tetris Bane](#tetris-bane)
3132
- [Learning Material Updates](#learning-material-updates)
32-
- [Library & Tooling Updates](#library-tooling-updates)
33+
- [Library & Tooling Updates](#library--tooling-updates)
3334
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
3435
- [Requests for Contribution](#requests-for-contribution)
3536
- [Jobs](#jobs)
@@ -148,6 +149,18 @@ prior to Jan 1, 2021.
148149
[Sabaki]: https://github.com/SabakiHQ/Sabaki
149150
[nv-devboard]: https://developer.nvidia.com/embedded/jetson-nano-developer-kit
150151

152+
### Tetris Bane
153+
154+
![Tetris Bane](bane_mode.png)
155+
156+
A 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. Tetris Bane uses [rust-sdl2](https://github.com/Rust-SDL2/rust-sdl2).
157+
158+
Tetris Bane is open source under the MIT license.
159+
160+
[Download](https://andrew-jones.itch.io/tetris-bane) game for win32, macOS and Linux.
161+
[Source code](https://github.com/andii1701/tetris-bane)
162+
163+
151164
## Learning Material Updates
152165

153166
### [OpenGL Preprocessor for Rust]

0 commit comments

Comments
 (0)