From e28753e15c50e9d3838d434fa768a7042ceb393b Mon Sep 17 00:00:00 2001 From: Munawar Bijani Date: Tue, 13 Nov 2018 19:36:11 -0500 Subject: [PATCH] Updated readme with changes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 016e9ac..ff1cf91 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,10 @@ I had originally tried DotPeek to get a Visual Studio project, but the tool wasn You can either download the zip file of the master branch, or if you're normal like the rest of us and prefer to use Git, just execute: `git clone https://github.com/munawarb/Treasure-Hunt.git` - Run the file Treasure-Hunt/Bin/Debug/th.exe to start the game. If you find any issues or have suggestions, simply post them on the issues page. And most of all, have fun! It's been quite a challenge for me to get this game working from nothing but a Reactor-protected executable, so I really hope you enjoy this classic. Oh yeah, I removed the demo restrictions. You're welcome. \ No newline at end of file + Run the file Treasure-Hunt/Bin/Debug/th.exe to start the game. If you find any issues or have suggestions, simply post them on the issues page. And most of all, have fun! It's been quite a challenge for me to get this game working from nothing but a Reactor-protected executable, so I really hope you enjoy this classic. Oh yeah, I removed the demo restrictions. You're welcome. + + #### Changes + + ##### 4.42 11/13/2018 + - Treasure Hunt now has an auto updater, and the window layout has been fixed ([#2](../../issues/2)) + - Exceptions should be logged properly now ([#1](../../issues/1)) \ No newline at end of file