aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-16 16:51:40 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-16 16:51:40 -0500
commit044e5105b5bcffcc6875280627e37040c6482c9e (patch)
treef91cd22a06161e2b217cbed08526a73bed8776d6 /README.txt
parentc4a066ea93d96883c9098730bc955cc7eabd0d81 (diff)
downloadtaipan-044e5105b5bcffcc6875280627e37040c6482c9e.tar.gz
you're a (m|b|tr)illionaire, plus tighten up code some more
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index b1aef5d..dd4eb32 100644
--- a/README.txt
+++ b/README.txt
@@ -121,6 +121,12 @@ arcade game).
Bugs! At least these:
+- When Cash is e.g. 2.09 Million, the leading 0 after the decimal
+ point isn't printed (so you get 2.9 Million)
+
+- bignum bank doesn't print enough decimal places (1.1 Million
+ instead of 1.12 Million, etc)
+
- Exiting the game (Play again? N) needs to at minimum restore the
original text/background colors.