ack/examples/README

34 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2007-02-25 00:30:07 +00:00
# $Source$
# $State$
# $Revision$
A few notes on the examples
---------------------------
This directory contains a handful of working example programs that can be
2007-04-21 23:20:11 +00:00
built with the ACK. They're intended as a convenient source of test code
2007-02-25 00:30:07 +00:00
and as a starting point when writing your own programs.
They consist of:
hilo.c ANSI C version of the Hi/Lo game
hilo.b Basic version of the Hi/Lo game
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
2007-04-28 22:34:05 +00:00
mandelbrot.c A simple Mandelbrot generator, using floating-point maths
2007-02-25 00:30:07 +00:00
paranoia.c An ancient public domain K&R C adventure game
2007-04-21 23:20:11 +00:00
startrek.c An even more ancient public domain ANSI C game
2007-04-28 22:34:05 +00:00
(uses the FPU for distance calculation)
2007-04-21 23:20:11 +00:00
startrek.doc Manual for above (plus in current directory when running)
2007-02-25 00:30:07 +00:00
Enjoy.
2007-04-21 23:20:11 +00:00
(startrek.c was written by David Ahl and converted to C by Chris Nystrom. See
http://www.cactus.org/%7Enystrom/startrek.html for more info.)
2007-02-25 00:30:07 +00:00
David Given
dg@cowlark.com
2007-02-25