1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-14 16:04:16 -04:00
Star Traders is a simple text-based game of interstellar trading, where the objective is to create companies, buy and sell shares, borrow and repay money, in order to become the wealthiest player (the winner). https://www.zap.org.au/projects/trader/
Go to file
John Zaitseff 304269717c Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 5e0faf88718e9329e44c773039166c7dbf3ca57c (with a date
stamp of Fri May 19 19:27:51 2017 +0200), Autoconf 2.69, Automake 1.15 and
Gettext 0.19.8.1.
2017-05-20 13:35:14 +10:00
build-aux Update all auto-generated files 2017-05-20 13:35:14 +10:00
data Update all auto-generated files 2017-05-20 13:35:14 +10:00
doc Update all auto-generated files 2017-05-20 13:35:14 +10:00
lib Update all auto-generated files 2017-05-20 13:35:14 +10:00
m4 Update all auto-generated files 2017-05-20 13:35:14 +10:00
po Update all auto-generated files 2017-05-20 13:35:14 +10:00
src Update all auto-generated files 2017-05-20 13:35:14 +10:00
.gitattributes Add the standard copyright header to trader.svg 2017-05-19 22:33:57 +10:00
.gitignore Merge branch master into with-autogenerated 2017-05-20 13:26:40 +10:00
aclocal.m4 Update all auto-generated files 2017-05-20 13:35:14 +10:00
config.h.in Update all auto-generated files 2017-05-20 13:35:14 +10:00
configure Update all auto-generated files 2017-05-20 13:35:14 +10:00
configure.ac Set the version number to 7.10-pre1 to allow a prerelease 2017-05-20 12:25:51 +10:00
COPYING Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
INSTALL Update utility program version numbers in INSTALL 2017-05-18 10:02:51 +10:00
Makefile.am Use a helper msgfmt-desktop script instead of invoking msgfmt(1) directly 2017-05-17 20:49:03 +10:00
Makefile.in Update all auto-generated files 2017-05-20 13:35:14 +10:00
NEWS Mention the newer version of lib/getopt.c that has different strings in it 2017-05-20 11:51:13 +10:00
README Update the copyright date to 2017 2017-05-14 06:29:44 +10:00

**************************************************************************
*                                                                        *
*              Star Traders: A Game of Interstellar Trading              *
*                 Copyright (C) 1990-2017, John Zaitseff                 *
*                                                                        *
**************************************************************************

Welcome to  Star Traders!  This is a  simple game of interstellar trading,
where the  objective is to create  companies, buy and  sell shares, borrow
and repay money, in order to become the wealthiest player (the winner).


Installation
============

Full instructions  for installing  Star Traders  are contained in the file
INSTALL.  Please note that that file does NOT contain generic GNU Autoconf
instructions!  For the impatient, the short version is:

    ./configure
    make
    make install

The final command  needs to be run as the  system administrator (root), of
course.


How to Play
===========

Star Traders  comes with quite  extensive in-built instructions on  how to
play the game.  Start by running "trader" from the command line.  You will
be prompted for  the number of players; from one to  eight people can play
(although, in this  version, they will all have to  share the one keyboard
and screen!).  After entering the names  of the players, you will have the
opportunity to  read instructions  on how to  play the game.   Do so---and
good luck in the game!

The manual page for Star Traders contains more information on command line
options, as well as some  suggestions for running a retro-computing green-
screen nostalgia-tour  version of the game...  Try  running the following,
for example (all on one line):

    xterm -g 80x24 -fa Mono -fs 18 -bg black -fg '#009911' -bc +sb +bdc \
        +fbx -xrm 'XTerm*colorBD: #00FF00' -e trader --no-colour &

To read the manual page, type "man trader" from the command line.


Feedback
========

Your comments, suggestions, corrections and enhancements are always warmly
welcomed!  Please send these to:

    Postal:   John Zaitseff,
              The ZAP Group,
              Unit 6, 116 Woodburn Road,
              Berala, NSW, 2141,
              Australia

    E-mail:   J.Zaitseff@zap.org.au
    Web:      http://www.zap.org.au/software/trader/
    FTP:      ftp://ftp.zap.org.au/pub/trader/


Copyright
=========

Copyright (C) 1990-2017, John Zaitseff.

Star Traders is  free software that is distributed under  the terms of the
GNU  General Public  License.  You  can redistribute  it and/or  modify it
under  the  terms  of that  License  as  published  by the  Free  Software
Foundation, either version 3 or (at your option) any later version.

This game is  distributed in the hope that it will  be useful, but WITHOUT
ANY  WARRANTY; without  even the  implied warranty  of  MERCHANTABILITY or
FITNESS FOR A  PARTICULAR PURPOSE.  See the GNU  General Public License in
the file COPYING for more details.