A downloadable tetris

This is a clone of a Tetris clone that I wrote using C, rewritten using Guile Scheme!

It is mostly for my own learning and fiddling around with Guile. The original game is more feature-complete and probably more portable, but the Guile version is actually more hackable and pleasant to write.

https://github.com/trevarj/gdotris

Updated 21 days ago
Published 23 days ago
StatusIn development
Authortrev_irc
GenrePuzzle
TagsRetro, Tetris, Text based

Download

Download
gdotris.scm 11 kB
Download
LICENSE 34 kB
Download
manifest.scm 189 bytes
Download
README.md 1.6 kB

Install instructions

Please see the README.md file for full instructions.

You must have:

guile-3.0

guile-ncurses *built with unicode support

(optional) A terminal emulator that overrides the braille pattern characters, so that the dots are displayed equidistant from each other.


Running the game is simple. 

chmod +x gdotris.scm

./gdotris.scm


Leave a comment

Log in with itch.io to leave a comment.