Mika Hanhijärvi <mik...@gmail.com> writes:

> I just would like to create my own braille tetris :-)

I have written a braille tetris recently.
However, it does not use BrlAPI, it uses Unicode Braille characters to
display the state of the game directly on the console.

You can find it here: http://hackage.haskell.org/package/betris

If you install the Haskell Stack tool, you can easily build it with:

git clone https://github.com/mlang/betris
cd betris
stack build

If that is too complicated, you can also get the prebuilt executable
from here:

wget https://blind.guru/betris
chmod +x betris
./betris

When playing, remember that this is a horizontal version of tetris.  So
the functions of the cursor keys has been rotate as well.  Cursor
up/down will move the tile, and cursor left will drop it.

-- 
CYa,
  ⡍⠁⠗⠊⠕
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to