aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 72c475bdb840bedbefe3b5653669c81216dcd61c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<a href="https://ci.appveyor.com/project/timehack/timehack"><img src="https://ci.appveyor.com/api/projects/status/8x34p8b0i2idblgd?svg=true" style="border: 0;" alt="AppVeyor Badge"></a>

[![Discord](https://discordapp.com/api/guilds/234414439330349056/widget.png?style=shield)](https://discord.gg/zMwf3)

# TimeHACK
## 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 (YOU CAN GO TO THE BADGE WHICH SAYS "<A-NUMBER> online")

TimeHACK has an AppVeyor at https://ci.appveyor.com/project/timehack/timehack (YOU CAN GO TO THE OTHER BADGE)

## 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](https://github.com/TimeHACKDevs/TimeHACK/Master/LICENSE). All code contributed to the TimeHACK project is the property of the TimeHACK development team, and will not be removed upon request.