1
0
Fork 0
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 cc76194d0e Minor bug fix in doc/trader.6: remove undefined mR font invocation 2024-02-28 10:12:24 +11:00
build-aux Rename and update desktop and AppStream data files and utilities 2024-01-03 19:34:25 +11:00
data Rename and update desktop and AppStream data files and utilities 2024-01-03 19:34:25 +11:00
doc Minor bug fix in doc/trader.6: remove undefined mR font invocation 2024-02-28 10:12:24 +11:00
lib Update lib/obsolete-strings.c for the new name of the desktop file 2024-01-04 23:11:59 +11:00
m4 Update to an unreleased version of ax_cflags_warn_all.mp4 2024-01-05 11:06:55 +11:00
po Start preparing for version 7.21 2024-01-31 14:26:08 +11:00
src Update the copyright year to 2024 2024-01-02 12:33:37 +11:00
.gitattributes Rename and update desktop and AppStream data files and utilities 2024-01-03 19:34:25 +11:00
.gitignore Rename and update desktop and AppStream data files and utilities 2024-01-03 19:34:25 +11:00
COPYING Update the copyright year to 2024 2024-01-02 12:33:37 +11:00
INSTALL Update compilation results for NVIDIA HPC SDK 24.1 2024-02-01 06:30:37 +11:00
Makefile.am Rename and update desktop and AppStream data files and utilities 2024-01-03 19:34:25 +11:00
NEWS Minor bug fix in doc/trader.6: remove undefined mR font invocation 2024-02-28 10:12:24 +11:00
README Update the copyright year to 2024 2024-01-02 12:33:37 +11:00
configure.ac Start preparing for version 7.21 2024-01-31 14:26:08 +11:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. -*- mode: rst; coding: utf-8 -*-
.. role:: filename(literal)
.. default-role:: filename

============================================
Star Traders: A Game of Interstellar Trading
============================================

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 '#181818' -fg '#2CAB00' -bc +sb \
        +bdc +fbx -xrm 'XTerm*colorBD: #41FF00' -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 Australia,
              | Unit 6, 116 Woodburn Road,
              | Berala, NSW, 2141,
              | Australia
    :Email:   | J.Zaitseff@zap.org.au
    :Web:     | https://www.zap.org.au/projects/trader/
    :FTP:     | https://ftp.zap.org.au/pub/trader/
              | ftp://ftp.zap.org.au/pub/trader/
    :Git:     | https://www.zap.org.au/git-browser/trader.git
              | https://git.zap.org.au/git/trader.git
              | git://git.zap.org.au/data/git/trader.git


Copyright
=========

**Copyright © 19902024, 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.