.. -*- mode: rst; coding: utf-8 -*- ============ Star Traders ============ Star Traders 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). This directory contains various historical versions of Star Traders, as created over the years for different operating systems and environments. The following subdirectories are present: * `mbasic` — Original Microsoft Basic (MBASIC) version, as modified for the MicroBee personal computer (1988). * `cpm80` — For 8-bit CP/M 2.2 or later, using Turbo Pascal 3.01; compiled for the MicroBee disk-based computer (1990). * `cpm86` — For 16-bit CP/M-86 1.1 or later, using Turbo Pascal 2.00; compiled for the NEC Advanced Personal Computer with colour (1992). * `dos` — For IBM-compatible 16-bit DOS with VGA/EGA/CGA video graphics adapters; using Borland Pascal 7.0 (1994). * `win16` — For 16-bit Microsoft Windows 3.1, using Visual Basic 3.0 (1995). * `cbm64` — For the Commodore 64 and 128 (emulators), based on the original Microsoft Basic version for the MicroBee (2019). Each of these directories contains further subdirectories: * `src` — Main source code. * `released` — Compiled and exported versions of the code. Please note that all historical versions are relicensed under the GNU General Public License, version 3 or later.