1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00
trader/src
2018-08-04 22:14:03 +10:00
..
exch.c Pedantically type-cast integer comparisons 2018-07-27 18:33:14 +10:00
exch.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
fileio.c Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
fileio.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
game.c Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
game.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
globals.c Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
globals.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
help.c Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
help.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
intf.c Pedantically type-cast integer comparisons 2018-07-27 18:33:14 +10:00
intf.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
Makefile.am Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
move.c Pedantically type-cast integer comparisons 2018-07-27 18:33:14 +10:00
move.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
README Update the copyright date to 2018 2018-03-30 11:38:29 +11:00
system.h Minor whitespace cleanup in #define statements 2018-08-04 22:14:03 +10:00
trader.c Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
trader.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
utils.c Change parameters of apply_xor() from void * to char * 2018-08-04 14:31:45 +10:00
utils.h Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00

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

This directory, src, contains the  main source code for 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