A keyboard that is also a tetris game.
It works by outputting key-presses to make ascii-art in a regular text editor. It reads key presses to rotate and move the bricks like a regular tetris game.
- Open a default text editor
- Click the tetris button (top left key on this keyboard)
- Play tetris
It makes ascii-art using left, right, up, down, home, end, qwerty characters, and numbers.
Drawing ascii-art is too slow to make a plesent playing experience. While drawing ascii-art, the keyboard does not record key-presses, so its pretty unresponsive.
- Copy-paste the files tetris_text.c and tetrix_text.h to your keyboard.
- Add/update you keyboard/rules.mk to include 'SRC = tetris_text.c'
- Copy-paste most of the code from tetris keymap.c to yours.
- Set a key to trigger F(0).