2019-04-11 15:04:24 -04:00
|
|
|
|
.. -*- mode: rst; coding: utf-8 -*-
|
2020-12-29 18:56:27 -05:00
|
|
|
|
.. role:: filename(literal)
|
|
|
|
|
.. default-role:: filename
|
2019-04-11 15:04:24 -04:00
|
|
|
|
|
|
|
|
|
============================================
|
|
|
|
|
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
|
2011-06-14 02:55:20 -04:00
|
|
|
|
and repay money, in order to become the wealthiest player (the winner).
|
|
|
|
|
|
2011-07-22 08:16:24 -04:00
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
|
============
|
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
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::
|
2011-07-22 08:16:24 -04:00
|
|
|
|
|
|
|
|
|
./configure
|
|
|
|
|
make
|
|
|
|
|
make install
|
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
The final command needs to be run as the system administrator (root), of
|
2011-07-22 08:16:24 -04:00
|
|
|
|
course.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Play
|
|
|
|
|
===========
|
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
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!
|
2011-07-22 08:16:24 -04:00
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
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)::
|
2011-07-22 08:16:24 -04:00
|
|
|
|
|
2017-05-23 08:14:11 -04:00
|
|
|
|
xterm -g 80x24 -fa Mono -fs 18 -bg '#181818' -fg '#2CAB00' -bc +sb \
|
|
|
|
|
+bdc +fbx -xrm 'XTerm*colorBD: #41FF00' -e trader --no-colour &
|
2011-07-22 08:16:24 -04:00
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
To read the manual page, type ``man trader`` from the command line.
|
2011-06-14 02:55:20 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feedback
|
|
|
|
|
========
|
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
Your comments, suggestions, corrections and enhancements are always
|
|
|
|
|
warmly welcomed! Please send these to:
|
2011-06-14 02:55:20 -04:00
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
:Postal: | John Zaitseff,
|
2022-07-31 14:59:32 -04:00
|
|
|
|
| The ZAP Group Australia,
|
2019-04-11 15:04:24 -04:00
|
|
|
|
| Unit 6, 116 Woodburn Road,
|
|
|
|
|
| Berala, NSW, 2141,
|
|
|
|
|
| Australia
|
|
|
|
|
:Email: | J.Zaitseff@zap.org.au
|
2019-11-07 04:21:34 -05:00
|
|
|
|
:Web: | https://www.zap.org.au/projects/trader/
|
2019-04-11 15:04:24 -04:00
|
|
|
|
:FTP: | https://ftp.zap.org.au/pub/trader/
|
|
|
|
|
| ftp://ftp.zap.org.au/pub/trader/
|
2019-11-29 15:09:35 -05:00
|
|
|
|
: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
|
2011-07-22 08:27:35 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
|
=========
|
|
|
|
|
|
2022-07-31 14:46:15 -04:00
|
|
|
|
**Copyright © 1990–2022, John Zaitseff.**
|
2011-07-22 08:27:35 -04:00
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
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
|
2011-07-22 08:27:35 -04:00
|
|
|
|
Foundation, either version 3 or (at your option) any later version.
|
|
|
|
|
|
2019-04-11 15:04:24 -04:00
|
|
|
|
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.
|