Skip to content

[minesweeper] use event iterator; add arrow keys to minesweeper

Jeremy Soller requested to merge phiresky:master into master

Created by: phiresky

Replaces the single byte reads with the termion event iterator, and allows arrow keys to be used for moving.

Merge request reports