From ecb5072a06a81d603d1b0b766ceb57a813966e86 Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Mon, 25 Feb 2019 07:21:07 -0700 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16dbae8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# TaipanClone +Computer Science 233 project, Winter 2019 + +To run the program, please go to src>start.java and run that program. +For input, the program usually takes the first letter of whichever option you need to select. Example: +What would you like to buy? Valid inputs are "O"(Opium), "S"(Silk), "A"(Arms), "G"(General cargo). + +You lose if your HP reaches 0. You can win if you "retire" in Hong Kong while having a net worth of over $1 million.