1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-09 19:20:43 +00: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
2011-08-29 10:51:19 +10:00
build-aux Add preliminary support for GNU gettext internationalisation 2011-08-01 18:17:02 +10:00
doc List new features of Star Traders 7.2 2011-08-28 17:17:10 +10:00
lib Remove all unnecessary Gnulib modules 2011-08-26 06:33:40 +10:00
m4 Remove all unnecessary Gnulib modules 2011-08-26 06:33:40 +10:00
po Source line numbers have changed for all translations 2011-08-29 10:51:19 +10:00
src Cosmetic change: replace one space with one tab 2011-08-29 10:40:31 +10:00
.gitignore Add translations for en_AU, en_GB and en_US 2011-08-28 16:10:46 +10:00
configure.ac Convert strings to UTF-8 if possible during file save and load 2011-08-08 11:15:44 +10:00
COPYING Add initial versions of README, INSTALL, NEWS and COPYING 2011-06-14 16:55:20 +10:00
INSTALL Multibyte locales require a wide-character version of Curses 2011-08-28 14:40:39 +10:00
Makefile.am Add preliminary support for GNU gettext internationalisation 2011-08-01 18:17:02 +10:00
NEWS List new features of Star Traders 7.2 2011-08-28 17:17:10 +10:00
README Final minor edits of various documentation files 2011-07-25 17:00:59 +10:00

**************************************************************************
*                                                                        *
*              Star Traders: A Game of Interstellar Trading              *
*                 Copyright (C) 1990-2011, 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; 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-2011, 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.