An open API service indexing awesome lists of open source software.

https://github.com/acmiyaguchi/scheme-tetris

A chicken scheme implementation of Tetris in ncurses
https://github.com/acmiyaguchi/scheme-tetris

Last synced: about 2 months ago
JSON representation

A chicken scheme implementation of Tetris in ncurses

Awesome Lists containing this project

README

        

scheme-tetris
=============
A chicken scheme implementation of Tetris in ncurse

Dependencies
------------
You'll need the following [eggs](http://chicken.wiki.br/eggs):
srfi-25
ncurses

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