aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-18 23:13:03 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-18 23:13:03 -0500
commit12114dbef93e85bb7b5832f60410bd73855883dd (patch)
treeb825a68708403aa8ead22a9871714418e662bde6 /README.txt
parentcf513e685ecfab5acfc5cf3ea0b9e67370915da8 (diff)
downloadtaipan-12114dbef93e85bb7b5832f60410bd73855883dd.tar.gz
readme
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 90fd0f8..e0a42b7 100644
--- a/README.txt
+++ b/README.txt
@@ -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