
This is the source code that I am presently using for my blind games. 
It has been adjusted to work on a Sun4 running SunOS 4.1.3 /w gcc 2.3.3. To 
get it to compile on a different platform minor changes may need to be
done (adding io.h for example with DOS).

Building the Blind executable- see the file INSTALL.

++++++

File descriptions:
Blind.c       The "main" file.
addplayer.c   Code for adding new players, not needed after first turn.
battle.c      Cobmat/bombing section of the code
common.h      The header file with all the types.
cmd.c         The command parsing/handling code.
edit.c        Prototype of a data file editor.
enterturn.c   Name to number funtions, plus support functions for cmds.c
cmds.c        The command entering/parsing code.
global.h      Shut up gcc -Wall prototypes 
savegame.c    saving game functions
loadgame.c    loading game functions
misc.c        miscellany
new-game.c    start a new game code (planet stuff)
prot.h        global prototypes
report.c      report printing code
turn.c        turn running code (sans battle code).
version.c     info on compile options, rcsid stuff
protos/*      Protoypes for various functions.
doc/*         Documentation (inc INSTALL, Rules)
scripts/*     Some scripts that might be useful for a e-mail servere
support/*     Semi-mandintory server sciripts 

+++++++

Howard Bampton
