TETRIS GAME

Top Scores

Place Nickname Score Level date

AI algorithm

The app provides a game with a bot. The bot analyzes the playing field and when all information about the board is known, AI determines all possible positions of the current tetromino on the board. Choose the best possible position via fitness function and makes all the necessary moves. Fitness function parameters:

Height
Maximum height of the grid.
Aggregate Height
The sum of the height of each column.
Cleared lines
Number of complete lines in the grid.
Number of holes
Empty space such that there is at least one tile in the same column above.
Bumpiness
Sum of the difference between heights of adjacent pairs of columns.

Multiplayer

AI algorithm You can play as much as you want in single player mode, but playing with friends is much more interesting. You can choose any method of connecting via a local network or via the Internet.

Telegram Bot

Telegram bot helps to facilitate connection to the game with friends, helps to find a person to play. Also in the bot you can find all the latest news and updates of the game.

CONTACT US