Skip to content

Commit

Permalink
added The Witness (#472)
Browse files Browse the repository at this point in the history
"Testing" because it only works with low graphic settings
  • Loading branch information
plata authored Jan 31, 2018
1 parent 31891b6 commit 5c8b9e3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
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.

0 comments on commit 5c8b9e3

Please sign in to comment.