aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Self <j@jxself.org>2014-06-06 11:58:31 -0700
committerJason Self <j@jxself.org>2014-06-06 11:58:31 -0700
commitf387daadeb15d5fa1b1641cad2250ef1aa674ee5 (patch)
tree173b74b6706f9fc88c9c073756e251e1387599f2
parentSome fixes and succesful playthrough. (diff)
downloadbeyond-the-titanic-f387daadeb15d5fa1b1641cad2250ef1aa674ee5.tar.gz
beyond-the-titanic-f387daadeb15d5fa1b1641cad2250ef1aa674ee5.tar.bz2
beyond-the-titanic-f387daadeb15d5fa1b1641cad2250ef1aa674ee5.zip
Adding known issues
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index dfdca79..bcbc68b 100644
--- a/BUILD
+++ b/BUILD
@@ -9,6 +9,12 @@ fpc src/BEYOND.PAS
The binary will be named BEYOND and stored in the src directory.
+Known Limitations:
+* You must change into the 'src' directory to successfully run the program.
+* You must set your terminal window to 80x24 for it to display correctly.
+
+These will likely be addressed in a future version.
+
--
Copyright (C) 2014 Jason Self <j@jxself.org>
bgstack15