https://github.com/patrickbr/schemetris
Tetris in scheme
https://github.com/patrickbr/schemetris
Last synced: about 2 months ago
JSON representation
Tetris in scheme
- Host: GitHub
- URL: https://github.com/patrickbr/schemetris
- Owner: patrickbr
- License: gpl-2.0
- Created: 2015-01-19T22:35:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T22:14:46.000Z (almost 11 years ago)
- Last Synced: 2025-06-15T07:45:12.158Z (9 months ago)
- Language: Scheme
- Size: 3.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCHEMETRIS 3000 #
A tetris clone, written in scheme (http://de.wikipedia.org/wiki/Scheme), a LISP dialect. Result of a university project back in 2007. I have no idea how this thing can be made to run (for old working binary, see below). I got it halfway working via the mit-scheme package for Debian, however, I cannot find image.ss and world.ss (which I remember are needed for the graphic functionality).

# Binary #
For your enjoyment, there is a schemetris.exe included in this repo which I compiled back in 2007. It should run fine with wine or on Windows.
# Usage #
Move blocks around with W-A-S-D.