Demos
This directory contains some demo programs.
- Calendar - a multi user calendar
- Chat - multi user chat program
- Mandelbrot - Mandelbrot set explorer
- Roll - "roll a ball through a maze" game
- SpaceInvaders - arcade game
- Tiles - Escher tile design program
- clock - transparent clock
- graph - function plotting
- life - Conway's game of life simulator
- mines - the Mines game
- paint - simple paint program
- worms - multi user worms game
- xlmldg - module dependecy graph display
Eeach of the demos reside in its own subdirectory, containing a
README
file with further information and
a Makefile
that allows you to compile the program with the simple
command
make
The Makefiles are set up to compile the progarms with hbc
,
using hbcxmake
. You can use another compiler, e.g.,
ghc
, by setting the HMAKE
variable, e.g.,
make HMAKE=ghcxmake