betris alternatives and similar packages
Based on the "Game" category.
Alternatively, view betris alternatives based on common mentions on social networks and blogs.
-
LambdaHack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at -
haskanoid
A free and open source breakout clone in Haskell using SDL and FRP, with Wiimote and Kinect support. -
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at -
gloss-game
A convenience wrapper around the Gloss library to make writing games in Haskell even easier -
Ninjas
Haskell game where multiple players attempt to blend in with computer controlled characters while being first to visit the key locations on the board. -
Liquorice
Haskell embedded domain-specific language (eDSL) for the algorithmic construction of maps for the computer game "Doom" -
battleship
Battleship... Pure.. Functional... Haskell + MongoDB + TypeScript + React... https://battleship-fp.com/
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of betris or a related project?
Popular Comparisons
README
betris
A tetris-clone for braille display users.
How does it work
Every block is a dot. And the game has been flipped 90 degrees, so you are playing from right to left instead of top to bottom.
The size of the playing field is identical to the original game. Since a braille character is 4 dots in height, the player needs to scroll up/down to see the full field of 10 blocks. There is no need to interact with a screen reader. Moving the current tetrimino around will also move the currently visible area. The tetrimino is always aligned at the top of the display, except for the last column.
Demo
This game can be played online.
$ ssh [email protected]