1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00
John Zaitseff 78cac96e4a Change handling of setlocale(LC_NUMERIC) in load_game() and save_game()
Changing just the LC_NUMERIC part of the locale DOES work, if you read
the manual page carefully!  In particular, TWO calls need to be made, the
first with parameter NULL to get the current locale.  In addition, the
result MUST be copied to a new string, as it may be (and is!) overwritten
by the next call to setlocale().
2011-07-21 22:44:45 +10:00
2011-07-16 10:52:36 +10:00
2011-06-15 22:58:16 +10:00

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

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).

@@@ To be written


Feedback
========

Your comments, suggestions, corrections and enhancements are always warmly
welcomed!  Please send these to:

    Postal:   John Zaitseff,
              The ZAP Group,
              Unit 6, 116 Woodburn Road,
              Berala, NSW, 2141,
              Australia

    E-mail:   J.Zaitseff@zap.org.au
    Web:      http://www.zap.org.au/software/trader/
    FTP:      ftp://ftp.zap.org.au/pub/trader/
Description
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/
Readme 3.8 MiB
Languages
C 85.3%
M4 12.5%
Makefile 1.9%
Shell 0.2%