Tetresse

From Hard Drop Tetris Wiki

Jump to: navigation, search

Tetresse

Tetresse.jpg
Developer(s) fkatleader2
Publisher(s)
Release Date(s) 2018
Platform(s) Web browser

Gameplay Info

Next pieces
Playfield dimensions
Hold piece Yes
Hard drop Yes
Rotation system SRS
Has 180 rotation {{{180}}}
Adjustable tuning {{{tuning}}}
Garbage attack type {{{garbage}}}
Garbage blocking type {{{blocking}}}
Website {{{website}}}
[[File:|100px]] [[File:|100px]]

Tetresse is an inline Tetris game created by fkatleader2. The game was created in early 2018 and was designed to help teach players different techniques such as finesse.

Gameplay

Finesse The finesse training settings include "show" and "redo". The show option changes the color of pieces not placed efficiently while the redo option forces the user to re-place any piece not placed efficiently.

Settings Uses SRS and ARR / DAS is customization. Keybinds are also editable by going through the settings menu and clicking on the + button next to the action described. This changes the background of the button to red and adds the next key pressed to the list of keybinds that activate that action. If they key was previously bound to a different action, it gets updated to the new action.

Version

1.0: First release of the code. Contains the essentials but lacks documentation and has some sloppily coded components. Only officially supported in Chrome.

Development

Embedding this game in a webpage is very easy, as the entire game auto-generates around div tags with an id of "game". Code can be found on Github.