mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
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().
************************************************************************** * * * 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/
Languages
C
85.3%
M4
12.5%
Makefile
1.9%
Shell
0.2%