dtrg e02179a9fe Updated for the 6.0pre2 release. 17 years ago
..
.distr e02179a9fe Updated for the 6.0pre2 release. 17 years ago
README db4d300c33 Added the 'Star Trek' example game. 17 years ago
hilo.b d48c81664f Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model. 17 years ago
hilo.c d48c81664f Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model. 17 years ago
hilo.mod d48c81664f Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model. 17 years ago
hilo.ocm d48c81664f Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model. 17 years ago
hilo.p d48c81664f Adapted to tell the user what language they were written in (because they're too similar!). Modified the Pascal implementation to work with our new syscall model. 17 years ago
paranoia.c 58ca908043 Added example programs. 17 years ago
startrek.c db4d300c33 Added the 'Star Trek' example game. 17 years ago
startrek.doc db4d300c33 Added the 'Star Trek' example game. 17 years ago

README

# $Source$
# $State$
# $Revision$

A few notes on the examples
---------------------------

This directory contains a handful of working example programs that can be
built with the ACK. They're intended as a convenient source of test code
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

paranoia.c An ancient public domain K&R C adventure game
startrek.c An even more ancient public domain ANSI C game
startrek.doc Manual for above (plus in current directory when running)

Enjoy.

(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.)

David Given
dg@cowlark.com
2007-02-25