Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added The Witness #472

Merged
merged 1 commit into from
Jan 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Applications/Games/The Witness/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("The Witness")
.editor("Thekla, Inc.")
.author("Plata")
.appId(210970)
.go();
7 changes: 7 additions & 0 deletions Applications/Games/The Witness/Steam/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": ["LINUX"],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/The Witness/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "The Witness",
"description": "You wake up, alone, on a strange island full of puzzles that will challenge and surprise you.<br><br>You don't remember who you are, and you don't remember how you got here, but there's one thing you can do: explore the island in hope of discovering clues, regaining your memory, and somehow finding your way home.<br><br>The Witness is a single-player game in an open world with dozens of locations to explore and over 500 puzzles. This game respects you as an intelligent player and it treats your time as precious. There's no filler; each of those puzzles brings its own new idea into the mix. So, this is a game full of ideas."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.