A downloadable game for Windows and Linux

Download NowName your own price

A modified version of Tetris with randomly generated polyominoes of varying sizes, rather than just the the classic Tetrominoes made of only four blocks.

More Possibilities!

Hundreds of different pieces!


Play how YOU want to!

GitHub (Source): https://github.com/RustyReich/Multris

Download

Download NowName your own price

Click download now to get access to the following files:

Multris v1.0.6 (Windows) 729 kB
Multris v1.0.6 (Linux) 181 kB

Development log

Comments

Log in with itch.io to leave a comment.

Awesome!

Can't play because i don't have the SDL2.dll file.

Try now. I included the SDL2.dll file in with the zip.

I had the same problem, now it says, "The application was unable to start correctly (0xc000007b)."

Try downloading one more time. The SDL2.dll that I included the first time was a 32bit one when I think it should be the 64bit one.

Okay works now! Awesome game. May I suggest an auto move feature so instead of spamming the left and right arrows you can hold them down?

Great suggestion! I’ll add it to the list of things I’d like to add in a future update. 

Google says that this is a virus??

Yeah, that happens for some reason. If you don’t trust it, you can download the source code from GitHub and build the executable yourself. 

(1 edit)

I would be willing to do this if you continue having problems with the download. But how would you compile multiple c files into the exe? I would use visual studio if that helps

Visual Studio is actually what I used to develop the game. If you download the Source off of GitHub, you should be able to just open the folder in VS and create a project solution for it. Specifically the /src/ folder