From 12114dbef93e85bb7b5832f60410bd73855883dd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 18 Jan 2016 23:13:03 -0500 Subject: readme --- README.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.txt') 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 -- cgit v1.2.3