Funny Block Game

BornIncompetence 2021-11-08 17:28:21 -08:00
parent e6f3df94f5
commit 1a63a10715

@ -0,0 +1,21 @@
Tetris Effect Connected is intermittently playable. This is due to the game hard crashing when making many types of screen transitions or **effects**. These include, but are not limited to:
* Pausing the game
* Mid-level transitions
* Finishing a level
* Exiting a level
* And a few more...
### Graphics
Graphics are currently broken on OpenGL, at least on Nvidia GPUs. To solve most of these issues, set your rendering API to `Vulkan`
### Networking Issues
The game will hard lock when attempting to access any online service such as leaderboards and player avatars and names. On update titles starting from version 1.0.1, the game requires such a connection to online services during boot; causing the game to freeze and making the game inaccessible.
To fix all these issues, set the Network Interface to `None`; the game from then on work in Offline Mode, allowing you to access Effect Modes and Local Multiplayer.
### Screenshots
Coming Soon...