From 6d2a9e4331774ec9d092ea3b6fb046256d383fc4 Mon Sep 17 00:00:00 2001 From: Tamoghna Chowdhury Date: Sun, 15 Jan 2017 01:03:21 +0530 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..165f388 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# PravegaHex +Hex Game for Pravega Biology + +Needs Scala to run. I use version 2.11.8. Also needs JDK 8u40 or higher. + +Download the `Hexquiz.jar` from the [releases page](https://github.com/tamchow/PravegaHex/releases) +Run via command shell as: + + scala HexQuiz.jar + +The current working directory needs to have `/Trial/Questions/` folder structure within which individual questions are located. + See [./Trial/Readme.txt](https://github.com/tamchow/PravegaHex/blob/final/Trial/Readme.txt) for more details.