A downloadable Tetris game for Windows and Linux

Finally I have managed to release a version of my Tetris game that only uses SDL instead of Raylib. The key difference is that this version does not have music but that it also loads a lot faster than the original version. SDL is simple and small and this efficiency is an amazing sight to behold.

The full source code is available in the zip file. This was compiled for Windows by use of msys2 but can be compiled on Mac or Linux too.

Download

Download
sdl_chastetris.zip 700 kB
Download
sdl_chastetris_linux.zip 45 kB
Download
msvc_sdl_make.bat 288 bytes
Download
w64_sdl_make.bat 202 bytes

Install instructions

This is already compiled for Windows. Double click on the .exe file and/or view the source code if you are interested in compiling for another system. Let me know if you need help.

I have also uploaded an Ubuntu Linux version that will probably run on just about any Debian distro of Linux. Plus you can always type "make" and compile for your Linux too.

Development log

Leave a comment

Log in with itch.io to leave a comment.