Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 283 Bytes

scheme-tetris

A chicken scheme implementation of Tetris in ncurse

Dependencies

You'll need the following eggs:
srfi-25
ncurses

Installation

sudo chicken-install srfi-25
sudi chicken-install ncurses