Multris
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
- Multris v1.0.7 released on Steam!Dec 21, 2021
- Multris v.1.0.6 released!Sep 01, 2021
- Multris v.1.0.5 released!Aug 01, 2021
- Multris v.1.0.4 released!Jul 25, 2021
- Multris v.1.0.3 released!Jul 16, 2021
- Multris v.1.0.2 released!Jul 15, 2021
- Multris v.1.0.1 released!Jul 13, 2021
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.
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