aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-18 17:02:58 -0600
committerAShifter <[email protected]>2017-03-18 17:02:58 -0600
commite3dea4fcfb2c04688e4b734260621dc61df5fc34 (patch)
treebe4d185709c92b2b58956762791dcdc6bc3540cf /README.md
parent7fc231784e3b8e705581765932389fdc75f24d93 (diff)
downloadhistacom2-e3dea4fcfb2c04688e4b734260621dc61df5fc34.tar.gz
histacom2-e3dea4fcfb2c04688e4b734260621dc61df5fc34.tar.bz2
histacom2-e3dea4fcfb2c04688e4b734260621dc61df5fc34.zip
Updated README.MD
Always remember that you are absolutely unique - Just like everyone else.
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4dc8704..87b1039 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,29 @@
+<a href="https://ci.appveyor.com/project/AShifter/timehack"><img src="https://ci.appveyor.com/api/projects/status/xi9yr5en7ysxmcge?svg=true" style="border: 0;" alt="AppVeyor Badge"></a>
+
# TimeHACK
-Revival of the original hacking simulator!
+## The original hacking simulator!
+TimeHACK is a C# version of the PC game Histacom, released by 12padams in 2010. Here are some of our goals:
+* Get TimeHACK to the same playable state that Histacom is in.
+* Write a new engine and make an API to develop your own applications.
+* Create a new Window Manager to make the development of apps easier.
+
+## Building
+TimeHACK is currently being developed on Microsoft Visual Studio 2017. Visual Studio 2015 has also been proven to work. If you are using a different IDE, please use caution. We cannot guarantee the stability of other IDEs.
+
+Load the ``.SLN`` project file into Visual Studio and compile. No further steps are required. This list may grow in the future.
+
+## Links
+TimeHACK has a forum at http://www.ashifter.ml/timehack/forum
+
+TimeHACK has a Discord at https://discord.gg/FZgQMDe
+
+TimeHACK has an AppVeyor at https://ci.appveyor.com/project/AShifter/timehack
+
+## Documentation
+This section will be filled at a later date.
+
+## Other Repositories
+We have another version of TimeHACK, based on the Histacom 1.8.5 source. It can be found at http://www.github.com/TimeHACKDevs/HistacomVB
+
+## License
+TimeHACK is Licensed under the MIT software license. All code contributed to the TimeHACK project is the property of the TimeHACK development team, and will not be removed upon request. \ No newline at end of file