diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-18 23:13:03 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-18 23:13:03 -0500 |
commit | 12114dbef93e85bb7b5832f60410bd73855883dd (patch) | |
tree | b825a68708403aa8ead22a9871714418e662bde6 | |
parent | cf513e685ecfab5acfc5cf3ea0b9e67370915da8 (diff) | |
download | taipan-12114dbef93e85bb7b5832f60410bd73855883dd.tar.gz |
readme
-rw-r--r-- | README.txt | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -120,13 +120,16 @@ arcade game). BUGS! At least these: +- This may just be good luck, but I played a game to 500 million and + Li Yuen never extorted money. + - After a battle, the prices don't get reset (or, not always?) when entering the new port (confirm?). - The "negative interest" bug is currently missing, due to using - unsigned values for debt. Plus, it's cheating. It'll get added back when - I either start using big numbers (floats or 64-bit ints or whatever), - or just decide to live with the limits of 32-bit ints. + unsigned values for debt. Plus, it's cheating. I'm undecided + whether or not to use a bignum for debt; if I do, it will be + possible to have negative debt. - Not really a bug, but, the interest calculation for debt is slightly different, due to using integer math. Very small debt |