Added the Mandelbrot generator.

This commit is contained in:
dtrg
2007-04-28 22:34:05 +00:00
parent d6fc2d19f9
commit 1189d41aec
3 changed files with 76 additions and 0 deletions

View File

@@ -17,8 +17,10 @@ hilo.mod Modula-2 version of the Hi/Lo game
hilo.ocm Occam 1 version of the Hi/Lo game
hilo.p Pascal version of the Hi/Lo game
mandelbrot.c A simple Mandelbrot generator, using floating-point maths
paranoia.c An ancient public domain K&R C adventure game
startrek.c An even more ancient public domain ANSI C game
(uses the FPU for distance calculation)
startrek.doc Manual for above (plus in current directory when running)
Enjoy.