Quite customizable tetris clone for linux
I couldn't find any good tetris clones for Linux. Weird... So I made my own over the breaks in college.
If you're on Linux: just grab a release from github and link tetris /usr/local/bin/tetris or smth
Otherwise, you'll need to build the project yourself... I might build it on windows, if I will ever not be too lazy to do so.
You will need odin Afterwards:
git clone https://github.com/Up05/tetris
cd tetris
compile.shor (if you're on Windows)
odin build .
Config files and assets should be located at ~/.config/ulti/tetris/ or %HOME%/.config/...
You can edit the assets as you please. Scaling the textures up or down should not have any bad effect, although, I have not tested that yet.
If any texture (except wallpaper) cannot be loaded, the game will use gruvbox theme colors.
If config.ini cannot be loaded, the game will use the config that was loaded at build time.
So you can just not have anything in ~/.config/ulti and the game should still run.
Default colorscheme is gruvbox, you can change that just by changing the values in config.ini and texture colors.
