eef1e2b945
The gitignore has been improved to ignore the following: - IDE configuration for Visual Studio, VSCode, and Rider - OS files for macOS, Linux, and Windows The gitattributes has been improved to properly diff the following: - Normalise line endings - Common Files - .md, .png, etc - C# Files - Visual Studio Files |
||
---|---|---|
Build | ||
Data | ||
Profiles | ||
TimeHACK.Engine | ||
TimeHACK.Main | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
TimeHACK.sln |
TimeHACK
The remake of 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's in and beyond.
- Write a new engine and make an API so that you can easily develop your own applications.
- Create a new Window Manager to make the development of apps easier.
Building
TimeHACK is currently being developed in Microsoft Visual Studio 2017. Visual Studio 2015 has also been proven to work. If you are using a different IDE, please do so with 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 https://www.ashifter.ml/timehack/forum
TimeHACK has a Discord server at https://discord.gg/FZgQMDe (You can also click on the dark blue Discord Badge)
TimeHACK has an AppVeyor project at https://ci.appveyor.com/project/timehack/timehack (You can also use the AppVeyor badge)
TimeHACK has a YouTube channel at https://www.youtube.com/channel/UCU3uiIgHdLaNvPYEB1hWPsg (We have a tutorial on how to contribute over there)
Documentation
TimeHACK's documentation can be found on the TimeHACK Wiki: https://github.com/TimeHACKDevs/TimeHACK/wiki
Other Repositories
- A completely discontinued project called "HistacomVB". The idea of it being that it was the old game except being built upon. In the end, however, we stopped it because having "HistacomVB" and "TimeHACK" was unnecessary. If you REALLY want to see the repo, click here: http://www.github.com/TimeHACKDevs/HistacomVB
- An unofficial project called "Histacom.AU". This is a rewrite of Histacom in Python, and has a place here
License
TimeHACK is licensed under the MIT license. All code committed to the TimeHACK repository becomes the property of the TimeHACK Development Team, and will not be removed upon request.