Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 382 Bytes

Tetris 2k

Tetris written in C targetting a filesize of 2048 Bytes - Including 3 channel music.

Current size:

1898 bytes

Build dependencies:

gcc-8 libSDL2 Python 3 Nasm

Howto build:

Clone with git clone --recursive https://github.com/donnerbrenn/Tetris2k.git

Just run make on your Linux-System, the binary (t2k) can be found in the bin folder after compilation.