https://github.com/cryscan/project-iggag-feline
The Inside Man
https://github.com/cryscan/project-iggag-feline
3d game indie sci-fi stealth strategy unity3d
Last synced: 3 months ago
JSON representation
The Inside Man
- Host: GitHub
- URL: https://github.com/cryscan/project-iggag-feline
- Owner: cryscan
- Created: 2020-10-21T01:09:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T04:01:06.000Z (over 4 years ago)
- Last Synced: 2025-01-23T00:12:02.802Z (5 months ago)
- Topics: 3d, game, indie, sci-fi, stealth, strategy, unity3d
- Language: C#
- Homepage: https://deluxecatpack.itch.io/the-inside-man
- Size: 116 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Inside Man
The Inside Man is a stealth/strategy game set in the near future where priceless objects are now protected by AI robotic guards. However, you've got The Inside Man on your side, an expert in hacking and manipulating. Plan heists and execute them in real time, trying to avoid detection.## Play the Game
Click [here](https://deluxecatpack.itch.io/the-inside-man) to download and play.## Source Code
The game is made by Unity (version 2019.4.12 lts).To set up the code base, clone the repository using the command:
```bash
$ git clone https://github.com/cryscan/project-iggag-feline.git
$ cd ~/path/to/the/folder/project-iggag-feline
```**Before** opening the project in Unity, execute the following command to set up git lfs:
```bash
$ git lfs install
```