Show/Hide Show/Hide

Tetris for Two

 
version 1.4 releasedOct 23, 2022 - Community AnnouncementsVersion 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. {STEAM_CLAN_IMAGE}/41768472/25c919ac609f5bcce8ef2f2d62e910ca0d2f5c88.pngVersion 1.3 publishedOct 6, 2022 - Community AnnouncementsFinally! 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). {STEAM_CLAN_IMAGE}/41768472/58d3a5c82608792bf33e4ac3e73c98b999b025ed.pngTetris for Two version 1.3Oct 6, 2022 - Community AnnouncementsIn 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)