~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to terps/scare/README

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
SCARE is secondary clone of jAsea, Mark J. Tilford's Java GPL clone of the
 
3
Adrift Runner.
 
4
 
 
5
It aims to provide an ANSI/ISO C core Adrift interpreter, capable of running
 
6
Adrift version 4.00, version 3.90, and version 3.80 games, and portable enough
 
7
to run on Linux, Windows, DOS, Macintosh, Amiga, or any platform that offers
 
8
an ANSI/ISO C compiler.
 
9
 
 
10
For details on building SCARE, please see the file BUILDING.  For details on
 
11
porting SCARE to various input/output schemes, please see PORTING.  For
 
12
details on running Adrift games in SCARE, please see RUNNING.  For details on
 
13
the game debugger in SCARE, please see DEBUGGER.  For details on SCARE's test
 
14
suite, please see TESTING.  For details on compatibility with the Adrift
 
15
Runner, please see FEATURES.
 
16
 
 
17
SCARE is based on jAsea.  For more information on jAsea, please visit
 
18
 
 
19
    http://sourceforge.net/projects/jasea
 
20
 
 
21
SCARE also contains copious code from Zlib, to the point where it actually
 
22
carries around a full copy of the Zlib source within it.  Zlib is
 
23
 
 
24
    Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
 
25
 
 
26
    Jean-loup Gailly        Mark Adler
 
27
    jloup@gzip.org          madler@alumni.caltech.edu
 
28
 
 
29
The SCARE source code is released under the GPL.  The ubiquitous COPYING file
 
30
contains everything you need to know on that.
 
31
 
 
32
SCARE's home on the Web is in the IF Archive, under programming/adrift.
 
33
 
 
34
Thanks to Jan-Erik Karlsson for work on SCARE for Amiga; Uli Kusterer for work
 
35
on the Macintosh SCARE build; Thomas Payerle for slogging through the Adrift
 
36
version 3.90 TAF file format; Rik Snel for his work to uncovering the TAF file
 
37
obfuscation used by Adrift versions 3.90 and 3.80; David Kinder for the
 
38
Windows specific Glk startup code; Emily Short for uncovering bugs that only
 
39
showed up well into a couple of games; Robert Goodwin, Richard Otter, Eric
 
40
Mayer, Todd Watson, Nick Rogers, and Sam Trenholme for miscellaneous bug
 
41
reports; and David Whyld for bug reports and detailed game walkthroughs for
 
42
reference and testing.
 
43
 
 
44
And, of course, to Mark J. Tilford who started this whole thing in the first
 
45
place with jAsea, providing almost all of the Adrift reverse engineering that
 
46
SCARE uses.  Without jAsea, there would be no SCARE.
 
47
 
 
48
Simon Baldwin, simon_baldwin@yahoo.com
 
49