1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-10-06 17:54:03 -04:00
trader/src
2011-07-22 10:08:43 +10:00
..
exch.c
exch.h
fileio.c Revert a previous change: we know how large is the window we opened! 2011-07-22 10:08:43 +10:00
fileio.h Document and clean up fileio.c: functions load_game() and save_game() 2011-07-21 22:18:14 +10:00
game.c Document and clean up functions in intf.c 2011-07-21 21:40:54 +10:00
game.h
globals.c
globals.h
help.c
help.h
intf.c Document and clean up functions in intf.c 2011-07-21 21:40:54 +10:00
intf.h Document and clean up functions in intf.c 2011-07-21 21:40:54 +10:00
Makefile.am
move.c
move.h
README
system.h
trader.c
trader.h
utils.c
utils.h

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

This directory, "src", contains the main source code to Star Traders.  The
source code is split up among the following files:

    trader.c    trader.h    - Main program, command-line interface
    globals.c   globals.h   - Global game constants and variables
    game.c      game.h      - Game start, end and (some) display functions
    move.c      move.h      - Functions for making and processing a move
    exch.c      exch.h      - Stock Exchange and Bank functions
    fileio.c    fileio.h    - Load and save game file functions
    help.c      help.h      - Help text functions: how to play the game
    intf.c      intf.h      - Basic text input/output functions
    utils.c     utils.h     - Utility functions needed by Star Traders
    system.h                - All system header files are included here