Tetris for Two cover
Tetris for Two screenshot
Genre: -

Tetris for Two

version 1.4 released

Version 1.4 is here!

in the new version we got


  • New game mode: Wrestling

  • Added support for playing with two controllers
  • *
  • Added support for playing with the mouse
  • Added randomness setting
  • **
  • Menu is totally controllable with keyboard or controller, no mouse needed


* Intercept your opponent while trying to complete your own lines

** I finally bought the second controller, so I was able to properly test and implement this feature

*** Some people complained that Random Number Generator was bugged: figures often repeated as if they were "stuck" or, on contrary, were never seen during the game. However, this was not a bug, this is how probability works: odd sequence are much more likely than intuition tells us. Indeed, this true randomness is unsuitable for comfortable play. Therefore, I implement two alternative randomness methods: Fair Random and Sequential. Fair random is now a default RNG method.

Version 1.3 published

Finally!

I was able to get back to game programming, and made a little progress with Tetris. This update concerns accessibility: new colour schemes (including darker ones), support for different keyboard layout, option to turn on figure's shadow (to see where it would fall).

Tetris for Two version 1.3

In this version we got a little more settings:


  • Colour schemes, including darker mode
  • Support for different keyboard layouts
  • Falling figures may cast shadow (eg preview final position)