Hetris

From Libregamewiki
Jump to navigation Jump to search
Hetris
Hetris.png
Hetris
GenreTetris
Latest release0.1.0
Release dateOctober 24th, 2002
PlatformGNU/Linux
DeveloperIan Lynagh
Code licenseGPLv2
Media licenseLaTeX Project Public License
P. languageHaskell
Homepagehttp://web.comlab.ox.ac.uk/people/Ian.Lynagh/Hetris/
Contribute
Hetris is a free game. This means that the source code is available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Hetris: An exploration of literate programming in Haskell is a text mode implementation of Tetris in Haskell, created by Ian Lynagh to demonstrate pretty-printing of a literate Haskell program using Haskell2LaTeX. The document produced by running Haskell2LaTeX then LaTeX is a detailed explanation of the structure and internals of the program.

External links[edit]