yet another tetris klone in action
- gfx and code (mostly) by me (vamastah a.k.a. szymor)
- frame limiting, counting and upscaling code by Artur 'zear' Rojek
- in-game music by Vomitron
- some tetromino randomizers thanks to Simon Laroche (link)
Feel free to report errors.
apt update
apt install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev
git clone https://github.com/szymor/yatka.git
cd yatka
make
- --nosound - disable music and sound effects
- --sound - enable music and sound effects if disabled
- --fullscreen - full screen mode
- --scale1x - 320x240 mode
- --scale2x - 640x480 mode
- --scale3x - 960x720 mode
- --scale4x - 1280x960 mode
- --startlevel - the higher level, the higher speed
For more, please refer to the source code.
- animated mascot (becchi?) evolving while playing or saying random things during gameplay
- better score system (combos, T-spins)
- advanced wall kick
- rumble support for Bittboy
- line clear animation (TGM?)
- ports for other platforms
- introducing max speed level
- key configuration
- fixed easy spin
- skins loaded from user configuration directory