DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦f03aeb9c0⟧ TextFile

    Length: 772 (0x304)
    Types: TextFile
    Names: »README«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Ufo/README« 

TextFile

Here's an (I hope) interesting little game I wrote way back when I was
learning how to program. People seem to like it, so I usually port it to
whatever environment I happen to be working in.

Typing "help" (or any reasonable abbreviation) to the question on help, will
print out the instructions.

This is a beautified C version of the original program which was written in
BASIC so, please, don't send me any flames about style. The program should
compile without problems on a system supporting curses, using:
	cc -O -s -o ufo ufo.c -lm -lcurses -ltermcap
Be sure to check the constant BIG at line 9, to see whether it needs to be
modified for your system.

If you decide to make any modifications (despite the bad programming style),
please send me a copy.

Have fun!