hetris: Text Tetris

[ game, program ] [ Propose Tags ]

This is a simple reimplementation of Tetris which uses the Curses interface to run in a terminal.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2
Dependencies array, base (>3), hscurses (>=1.3), old-time, random [details]
License LicenseRef-GPL
Author Ian Lynagh
Maintainer Ian Lynagh <igloo@earth.li>
Category Game
Home page http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/Hetris/
Uploaded by GwernBranwen at 2008-03-06T02:45:11Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hetris
Downloads 1835 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-01-03 [all 8 reports]

Readme for hetris-0.2

[back to package description]
Hetris 0.1.0
============

A quick guide to building:

./configure --prefix=/wherever/you/want/it
make
make install

If you make changes to the code, in particular the imports, you may need
to also run make dep.


All of my code is released under the GNU GPL version 2. The files in the
CTAN directory was written by other people and their licences apply.


Enjoy!
Ian