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
- Host: GitHub
- URL: https://github.com/acmiyaguchi/scheme-tetris
- Owner: acmiyaguchi
- License: mit
- Created: 2013-09-12T08:25:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T20:04:57.000Z (about 11 years ago)
- Last Synced: 2023-08-03T20:59:00.298Z (almost 2 years ago)
- Language: Scheme
- Size: 223 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scheme-tetris
=============
A chicken scheme implementation of Tetris in ncurseDependencies
------------
You'll need the following [eggs](http://chicken.wiki.br/eggs):
srfi-25
ncursesInstallation
------------
sudo chicken-install srfi-25
sudi chicken-install ncurses