Afternoon Stalker - A clone of the Intellivision(TM) game Night Stalker(MT).

Copyright (C) 2001, 2002, 2003 Pierre Sarrazin <http://sarrazip.com/>
This program is free software distributed under the GNU GPL.
See the file COPYING.


This package is autoconfiscated.  See INSTALL for details.

The SDL, SDL_image and SDL_mixer libraries are required.
See <http://www.libsdl.org>.  The 'sdl-config' script, which comes
with the SDL development files, is expected to be in the PATH.

My 'gengameng' library is also needed.  You can get it from
the Afternoon Stalker Home Page:

  http://sarrazip.com/dev/afternoonstalker.html

Read about the original Night Stalker game for the Intellivision
at this URL:

  http://www.intellivisionlives.com/bluesky/games/credits/action2.html#stalker

When a .wav file does not have the right characteristics (frequency,
mono/stereo, etc), the sox(1) command can be used to convert .wav
files to a specific format.  In this example, the desired format
is 11025 hertz, 1 channel (mono), byte-sized samples and unsigned
linear encoding:

  sox original.wav -r 11025 -c 1 -b -u converted.wav

See the sox(1) manual page for details.

