Retro Tetris is a Tetris for the Windows console, hand-written in x86-64 assembly (NASM). It renders on a green-phosphor palette with ANSI escape codes, reads input through the Win32 console API, and links no C runtime.
README
Retro Tetris
Tetris for the terminal, hand-written in x86-64 assembly.
A Windows console Tetris on a green-phosphor palette: ANSI escape codes for the
screen, the Win32 console API for input, and not a line of C. Just NASM.