mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
* tetris man page * tetris basic skeleton * tetris: Ticker() * README: fix up some obsolete terminology * tetris: draw the game board * tetris: add NewPiece() * tetris: draw tetriminos * tetris: check for stuck piece, move it down * Accept NULL dst in ncplane_translate() #408