Skip to content

Instantly share code, notes, and snippets.

@connorshea
Created April 18, 2015 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save connorshea/2f79450d8905f71141f5 to your computer and use it in GitHub Desktop.
Save connorshea/2f79450d8905f71141f5 to your computer and use it in GitHub Desktop.
What hath I wrought... (or Parsing Some Code for the PCGW GOG.com Enhancement Project)
function generateGameList() {
var fulllistarray = $("ol:first-of-type li a").get();
var betterfulllistarray = [];
for ( var i = 0; i < fulllistarray.length; i++ ) {
betterfulllistarray.push( fulllistarray[ i ].innerHTML );
}
betterfulllistarray.sort();
var betterfulllistvariable = betterfulllistarray.join("\n");
console.log(betterfulllistvariable);
function Game(name,struckthrough) {
this.name = name;
this.struckthrough = struckthrough;
// struckthrough: 0 = not struckthrough
// struckthrough: 1 = struckthrough
}
var bestfulllistarray = [];
var bestlistarray = [];
fulllistarray.forEach(function(element, index, array) {
if (element.parentElement.localName === "li" ) {
this["listitem" + index] = new Game(fulllistarray[ index ].innerHTML, 0);
bestfulllistarray.push(this['listitem' + index]);
} else if (element.parentElement.localName === "s" ) {
this["listitem" + index] = new Game(fulllistarray[ index ].innerHTML, 1);
bestfulllistarray.push(this['listitem' + index]);
}
});
console.log(bestfulllistarray);
var bestlistvariable = "";
for ( var i = 0; i < bestfulllistarray.length; i++ ) {
bestlistarray.push( fulllistarray[ i ].innerHTML );
if (bestfulllistarray[i].struckthrough === 0) {
var bestlistvariable = bestlistvariable + "* [[" + bestfulllistarray[i].name + "]]" + "\n";
} else if (bestfulllistarray[i].struckthrough === 1) {
var bestlistvariable = bestlistvariable + "* <s>[[" + bestfulllistarray[i].name + "]]</s>" + "\n";
}
}
console.log(bestlistvariable);
}
var ready = function() {
generateGameList();
};
$(document).ready(ready);
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>GOG.com Enhancement Project</title>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="wrapper"> <!-- wrapper -->
<div id="content_box">
<div id="content" class="mw-body" role="main">
<div class="bar_container">
<div>494/1071</div>
</div>
<ol>
<li> <s><a href="/wiki/The_11th_Hour" title="The 11th Hour">The 11th Hour</a></s>
</li>
<li> <s><a href="/wiki/1nsane" title="1nsane" class="mw-redirect">1nsane</a></s>
</li>
<li> <s><a href="/wiki/1849" title="1849">1849</a></s>
</li>
<li> <a href="/wiki/1954_Alcatraz" title="1954 Alcatraz">1954 Alcatraz</a>
</li>
<li> <s><a href="/wiki/The_7th_Guest" title="The 7th Guest">The 7th Guest</a></s>
</li>
<li> <a href="/wiki/7th_Legion" title="7th Legion">7th Legion</a>
</li>
<li> <s><a href="/wiki/99_Levels_to_Hell" title="99 Levels to Hell">99 Levels to Hell</a></s>
</li>
<li> <a href="/wiki/A_Golden_Wake" title="A Golden Wake">A Golden Wake</a>
</li>
<li> <s><a href="/wiki/A_New_Beginning_-_Final_Cut" title="A New Beginning - Final Cut" class="mw-redirect">A New Beginning - Final Cut</a></s>
</li>
<li> <s><a href="/wiki/A_Story_About_My_Uncle" title="A Story About My Uncle">A Story About My Uncle</a></s>
</li>
<li> <s><a href="/wiki/Aarklash:_Legacy" title="Aarklash: Legacy">Aarklash: Legacy</a></s>
</li>
<li> <a href="/wiki/Act_of_War:_Direct_Action" title="Act of War: Direct Action">Act of War: Direct Action</a> - part of "Act of War: Gold Edition"
</li>
<li> <a href="/wiki/Act_of_War:_High_Treason" title="Act of War: High Treason">Act of War: High Treason</a> - part of "Act of War: Gold Edition"
</li>
<li> <s><a href="/wiki/The_Adventures_of_Shuggy" title="The Adventures of Shuggy">The Adventures of Shuggy</a></s>
</li>
<li> <s><a href="/wiki/Advent_Rising" title="Advent Rising">Advent Rising</a></s>
</li>
<li> <a href="/wiki/Afterlife" title="Afterlife">Afterlife</a>
</li>
<li> <a href="/wiki/Agarest:_Generations_of_War" title="Agarest: Generations of War">Agarest: Generations of War</a>
</li>
<li> <s><a href="/wiki/Age_of_Wonders" title="Age of Wonders">Age of Wonders</a></s>
</li>
<li> <s><a href="/wiki/Age_of_Wonders_II:_The_Wizard%27s_Throne" title="Age of Wonders II: The Wizard's Throne">Age of Wonders II: The Wizard's Throne</a></s>
</li>
<li> <s><a href="/wiki/Age_of_Wonders:_Shadow_Magic" title="Age of Wonders: Shadow Magic">Age of Wonders: Shadow Magic</a></s>
</li>
<li> <a href="/wiki/Age_of_Wonders_3" title="Age of Wonders 3" class="mw-redirect">Age of Wonders 3</a> - regular or Deluxe Edition
</li>
<li> <a href="/wiki/Airline_Tycoon_Deluxe" title="Airline Tycoon Deluxe">Airline Tycoon Deluxe</a>
</li>
<li> <s><a href="/wiki/AI_War:_Fleet_Command" title="AI War: Fleet Command">AI War: Fleet Command</a></s>
</li>
<li> <a href="/wiki/Akalabeth:_World_of_Doom" title="Akalabeth: World of Doom">Akalabeth: World of Doom</a>
</li>
<li> <s><a href="/wiki/Alan_Wake" title="Alan Wake">Alan Wake</a></s>
</li>
<li> <s><a href="/wiki/Alan_Wake%27s_American_Nightmare" title="Alan Wake's American Nightmare">Alan Wake's American Nightmare</a></s>
</li>
<li> <a href="/w/index.php?title=Albedo:_Eyes_from_Outer_Space&amp;action=edit&amp;redlink=1" class="new" title="Albedo: Eyes from Outer Space (page does not exist)">Albedo: Eyes from Outer Space</a>
</li>
<li> <s><a href="/wiki/Alien_Breed" title="Alien Breed">Alien Breed</a></s> - part of "Alien Breed + Tower Assault"
</li>
<li> <s><a href="/wiki/Alien_Breed:_Tower_Assault" title="Alien Breed: Tower Assault">Alien Breed: Tower Assault</a></s> - part of "Alien Breed + Tower Assault"
</li>
<li> <s><a href="/wiki/Alien_Shooter" title="Alien Shooter">Alien Shooter</a></s> - part of "Alien Shooter + Expansions", includes expansions
</li>
<li> <s><a href="/wiki/Alien_Shooter_2:_Reloaded" title="Alien Shooter 2: Reloaded">Alien Shooter 2: Reloaded</a></s>
</li>
<li> <a href="/wiki/Aliens_versus_Predator" title="Aliens versus Predator">Aliens versus Predator</a>
</li>
<li> <s><a href="/wiki/Alone_in_the_Dark" title="Alone in the Dark">Alone in the Dark</a></s> - part of "Alone in the Dark", includes the first three games
</li>
<li> <s><a href="/wiki/Alone_in_the_Dark_2" title="Alone in the Dark 2">Alone in the Dark 2</a></s> - part of "Alone in the Dark", includes the first three games
</li>
<li> <s><a href="/wiki/Alone_in_the_Dark_3" title="Alone in the Dark 3">Alone in the Dark 3</a></s> - part of "Alone in the Dark", includes the first three games
</li>
<li> <s><a href="/wiki/Alone_in_the_Dark:_The_New_Nightmare" title="Alone in the Dark: The New Nightmare">Alone in the Dark: The New Nightmare</a></s>
</li>
<li> <a href="/wiki/Always_Sometimes_Monsters" title="Always Sometimes Monsters">Always Sometimes Monsters</a>
</li>
<li> <s><a href="/wiki/American_Conquest" title="American Conquest">American Conquest</a></s>
</li>
<li> <s><a href="/wiki/American_Conquest:_Fight_Back" title="American Conquest: Fight Back">American Conquest: Fight Back</a></s>
</li>
<li> <s><a href="/wiki/American_McGee%27s_Grimm" title="American McGee's Grimm">American McGee's Grimm</a></s>
</li>
<li> <s><a href="/wiki/Amerzone:_The_Explorer%27s_Legacy" title="Amerzone: The Explorer's Legacy">Amerzone: The Explorer's Legacy</a></s>
</li>
<li> <s><a href="/wiki/Amnesia:_The_Dark_Descent" title="Amnesia: The Dark Descent">Amnesia: The Dark Descent</a></s>
</li>
<li> <s><a href="/wiki/Amnesia:_A_Machine_for_Pigs" title="Amnesia: A Machine for Pigs">Amnesia: A Machine for Pigs</a></s>
</li>
<li> <a href="/wiki/Among_the_Sleep" title="Among the Sleep">Among the Sleep</a>
</li>
<li> <s><a href="/wiki/Anachronox" title="Anachronox">Anachronox</a></s>
</li>
<li> <s><a href="/wiki/Anodyne" title="Anodyne">Anodyne</a></s>
</li>
<li> <s><a href="/wiki/Anomaly_Defenders" title="Anomaly Defenders">Anomaly Defenders</a></s>
</li>
<li> <s><a href="/wiki/Anomaly_Warzone_Earth" title="Anomaly Warzone Earth">Anomaly Warzone Earth</a></s>
</li>
<li> <a href="/wiki/Anomaly_Warzone_Earth_Mobile_Campaign" title="Anomaly Warzone Earth Mobile Campaign">Anomaly Warzone Earth Mobile Campaign</a>
</li>
<li> <a href="/wiki/Anomaly_Korea" title="Anomaly Korea">Anomaly Korea</a>
</li>
<li> <a href="/wiki/Anomaly_2" title="Anomaly 2">Anomaly 2</a>
</li>
<li> <s><a href="/wiki/Another_World:_20th_Anniversary_Edition" title="Another World: 20th Anniversary Edition" class="mw-redirect">Another World: 20th Anniversary Edition</a></s>
</li>
<li> <s><a href="/wiki/Anvil_of_Dawn" title="Anvil of Dawn">Anvil of Dawn</a></s>
</li>
<li> <s><a href="/wiki/Apache_Longbow" title="Apache Longbow">Apache Longbow</a></s>
</li>
<li> <a href="/wiki/Apotheon" title="Apotheon">Apotheon</a>
</li>
<li> <a href="/wiki/Aqua_Kitty:_Milk_Mine_Defender" title="Aqua Kitty: Milk Mine Defender">Aqua Kitty: Milk Mine Defender</a>
</li>
<li> <s><a href="/wiki/Arcanum:_Of_Steamworks_and_Magick_Obscura" title="Arcanum: Of Steamworks and Magick Obscura" class="mw-redirect">Arcanum: Of Steamworks and Magick Obscura</a></s>
</li>
<li> <a href="/wiki/Armello" title="Armello">Armello</a>
</li>
<li> <s><a href="/wiki/Arx_Fatalis" title="Arx Fatalis">Arx Fatalis</a></s>
</li>
<li> <a href="/wiki/Ascendant" title="Ascendant">Ascendant</a>
</li>
<li> <s><a href="/wiki/Assassin%27s_Creed_Director%27s_Cut" title="Assassin's Creed Director's Cut" class="mw-redirect">Assassin's Creed Director's Cut</a></s>
</li>
<li> <s><a href="/wiki/Astebreed" title="Astebreed">Astebreed</a></s>
</li>
<li> <s><a href="/wiki/Atlantis:_The_Lost_Tales" title="Atlantis: The Lost Tales">Atlantis: The Lost Tales</a></s>
</li>
<li> <s><a href="/wiki/Atlantis_2:_Beyond_Atlantis" title="Atlantis 2: Beyond Atlantis" class="mw-redirect">Atlantis 2: Beyond Atlantis</a></s>
</li>
<li> <s><a href="/wiki/Atlantis_3:_The_New_World" title="Atlantis 3: The New World" class="mw-redirect">Atlantis 3: The New World</a></s>
</li>
<li> <s><a href="/wiki/Avadon:_The_Black_Fortress" title="Avadon: The Black Fortress">Avadon: The Black Fortress</a></s>
</li>
<li> <a href="/wiki/Avadon_2:_The_Corruption" title="Avadon 2: The Corruption">Avadon 2: The Corruption</a>
</li>
<li> <s><a href="/wiki/Avernum" title="Avernum">Avernum</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <s><a href="/wiki/Avernum_II" title="Avernum II">Avernum II</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <s><a href="/wiki/Avernum_III" title="Avernum III">Avernum III</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <s><a href="/wiki/Avernum_IV" title="Avernum IV">Avernum IV</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <s><a href="/wiki/Avernum_V" title="Avernum V">Avernum V</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <s><a href="/wiki/Avernum_VI" title="Avernum VI">Avernum VI</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <a href="/wiki/Avernum:_Escape_from_the_Pit" title="Avernum: Escape from the Pit">Avernum: Escape from the Pit</a>
</li>
<li> <a href="/wiki/Avernum_2:_Crystal_Souls" title="Avernum 2: Crystal Souls">Avernum 2: Crystal Souls</a>
</li>
<li> <s><a href="/wiki/B-17_Flying_Fortress:_The_Mighty_8th" title="B-17 Flying Fortress: The Mighty 8th">B-17 Flying Fortress: The Mighty 8th</a></s>
</li>
<li> <s><a href="/wiki/Back_to_the_Future:_The_Game" title="Back to the Future: The Game">Back to the Future: The Game</a></s>
</li>
<li> <a href="/wiki/Bad_Mojo_Redux" title="Bad Mojo Redux">Bad Mojo Redux</a>
</li>
<li> <s><a href="/wiki/Baldur%27s_Gate_The_Original_Saga" title="Baldur's Gate The Original Saga" class="mw-redirect">Baldur's Gate The Original Saga</a></s> - Includes original game and expansion
</li>
<li> <s><a href="/wiki/Baldur%27s_Gate_2_Complete" title="Baldur's Gate 2 Complete" class="mw-redirect">Baldur's Gate 2 Complete</a></s>
</li>
<li> <a href="/wiki/Baldur%27s_Gate:_Enhanced_Edition" title="Baldur's Gate: Enhanced Edition">Baldur's Gate: Enhanced Edition</a>
</li>
<li> <a href="/wiki/Baldur%27s_Gate_2_Enhanced_Edition" title="Baldur's Gate 2 Enhanced Edition" class="mw-redirect">Baldur's Gate 2 Enhanced Edition</a>
</li>
<li> <s><a href="/wiki/The_Ball" title="The Ball">The Ball</a></s>
</li>
<li> <s><a href="/wiki/The_Ballads_of_Reemus:_When_The_Bed_Bites" title="The Ballads of Reemus: When The Bed Bites">The Ballads of Reemus: When The Bed Bites</a></s>
</li>
<li> <s><a href="/wiki/Balls_of_Steel" title="Balls of Steel">Balls of Steel</a></s>
</li>
<li> <s><a href="/wiki/Banished" title="Banished">Banished</a></s>
</li>
<li> <s><a href="/wiki/The_Banner_Saga" title="The Banner Saga">The Banner Saga</a></s>
</li>
<li> <s><a href="/wiki/The_Bard%27s_Tale" title="The Bard's Tale">The Bard's Tale</a></s> - part of "The Bard's Tale"
</li>
<li> <s><a href="/wiki/The_Bard%27s_Tale_II:_The_Destiny_Knight" title="The Bard's Tale II: The Destiny Knight">The Bard's Tale II: The Destiny Knight</a></s> - part of "The Bard's Tale"
</li>
<li> <s><a href="/wiki/The_Bard%27s_Tale_III:_Thief_of_Fate" title="The Bard's Tale III: Thief of Fate">The Bard's Tale III: Thief of Fate</a></s> - part of "The Bard's Tale"
</li>
<li> <s><a href="/wiki/The_Bard%27s_Tale_(2005)" title="The Bard's Tale (2005)">The Bard's Tale (2005)</a></s> - part of "The Bard's Tale"
</li>
<li> <a href="/wiki/Bastion" title="Bastion">Bastion</a>
</li>
<li> <s><a href="/wiki/Battle_Chess" title="Battle Chess">Battle Chess</a></s> - part of "Battle Chess Special Edition"
</li>
<li> <s><a href="/wiki/Battle_Chess_II:_Chinese_Chess" title="Battle Chess II: Chinese Chess">Battle Chess II: Chinese Chess</a></s> - part of "Battle Chess Special Edition"
</li>
<li> <s><a href="/wiki/Battle_Chess_4000" title="Battle Chess 4000">Battle Chess 4000</a></s> - part of "Battle Chess Special Edition"
</li>
<li> <s><a href="/wiki/Battle_Isle" title="Battle Isle">Battle Isle</a></s> - part of "Battle Isle Platinum (includes Incubation)"
</li>
<li> <s><a href="/wiki/Battle_Isle_2" title="Battle Isle 2">Battle Isle 2</a></s> - part of "Battle Isle Platinum (includes Incubation)"
</li>
<li> <s><a href="/wiki/Battle_Isle_3" title="Battle Isle 3">Battle Isle 3</a></s> - part of "Battle Isle Platinum (includes Incubation)"
</li>
<li> <s><a href="/wiki/Incubation:_Time_Is_Running_Out" title="Incubation: Time Is Running Out">Battle Isle 4</a></s> - also known as "Incubation: Time Is Running Out", part of "Battle Isle Platinum (includes Incubation)"
</li>
<li> <a href="/wiki/Battle_Isle:_The_Andosia_War" title="Battle Isle: The Andosia War">Battle Isle: The Andosia War</a>
</li>
<li> <a href="/wiki/Battle_Realms" title="Battle Realms">Battle Realms</a> - Also includes Winter of the Wolf, labelled as "Battle Realms + Winter of the Wolf"
</li>
<li> <s><a href="/wiki/Battle_Worlds:_Kronos" title="Battle Worlds: Kronos">Battle Worlds: Kronos</a></s>
</li>
<li> <s><a href="/wiki/Beatbuddy:_Tale_of_the_Guardians" title="Beatbuddy: Tale of the Guardians">Beatbuddy: Tale of the Guardians</a></s>
</li>
<li> <s><a href="/wiki/Beneath_a_Steel_Sky" title="Beneath a Steel Sky">Beneath a Steel Sky</a></s>
</li>
<li> <s><a href="/wiki/Ben_There,_Dan_That!" title="Ben There, Dan That!">Ben There, Dan That!</a></s> - part of the "Time, Gentlemen Please! + Ben There, Dan That!" pack
</li>
<li> <a href="/wiki/Betrayal_in_Antara" title="Betrayal in Antara">Betrayal in Antara</a> - part of "Betrayal at Krondor Pack"
</li>
<li> <a href="/wiki/Betrayal_at_Krondor" title="Betrayal at Krondor">Betrayal at Krondor</a> - part of "Betrayal at Krondor Pack"
</li>
<li> <s><a href="/wiki/Beyond_Divinity" title="Beyond Divinity">Beyond Divinity</a></s>
</li>
<li> <s><a href="/wiki/Beyond_Good_and_Evil" title="Beyond Good and Evil" class="mw-redirect">Beyond Good and Evil</a></s>
</li>
<li> <a href="/wiki/BioForge" title="BioForge">BioForge</a>
</li>
<li> <a href="/wiki/Bionic_Dues" title="Bionic Dues">Bionic Dues</a>
</li>
<li> <a href="/wiki/A_Bird_Story" title="A Bird Story">A Bird Story</a>
</li>
<li> <s><a href="/wiki/Blackguards" title="Blackguards">Blackguards</a></s> - available as "Blackguards Special Edition"
</li>
<li> <a href="/wiki/Blackguards_2" title="Blackguards 2">Blackguards 2</a>
</li>
<li> <s><a href="/wiki/The_Blackwell_Legacy" title="The Blackwell Legacy" class="mw-redirect">The Blackwell Legacy</a></s> - part of "Blackwell Bundle"
</li>
<li> <s><a href="/wiki/Blackwell_Unbound" title="Blackwell Unbound">Blackwell Unbound</a></s> - part of "Blackwell Bundle"
</li>
<li> <s><a href="/wiki/Blackwell_Convergence" title="Blackwell Convergence">Blackwell Convergence</a></s> - part of "Blackwell Bundle"
</li>
<li> <s><a href="/wiki/Blackwell:_Deception" title="Blackwell: Deception" class="mw-redirect">Blackwell: Deception</a></s> - part of "Blackwell Bundle"
</li>
<li> <a href="/wiki/The_Blackwell_Epiphany" title="The Blackwell Epiphany" class="mw-redirect">The Blackwell Epiphany</a>
</li>
<li> <s><a href="/wiki/Blades_of_Avernum" title="Blades of Avernum">Blades of Avernum</a></s> - part of "Avernum: The Complete Saga"
</li>
<li> <s><a href="/wiki/Blake_Stone:_Aliens_of_Gold" title="Blake Stone: Aliens of Gold">Blake Stone: Aliens of Gold</a></s>
</li>
<li> <s><a href="/wiki/Blake_Stone:_Planet_Strike" title="Blake Stone: Planet Strike">Blake Stone: Planet Strike</a></s>
</li>
<li> <a href="/wiki/BlazBlue_Calamity_Trigger" title="BlazBlue Calamity Trigger" class="mw-redirect">BlazBlue Calamity Trigger</a>
</li>
<li> <s><a href="/wiki/Blitzkrieg" title="Blitzkrieg">Blitzkrieg</a></s> - Includes expansions, available as "Blitzkrieg Anthology"
</li>
<li> <a href="/wiki/Blitzkrieg_2" title="Blitzkrieg 2">Blitzkrieg 2</a> - Includes expansions, available as "Blitzkrieg 2 Anthology"
</li>
<li> <a href="/wiki/Blocks_That_Matter" title="Blocks That Matter">Blocks That Matter</a>
</li>
<li> <s><a href="/wiki/Blood" title="Blood">Blood</a></s> - Includes Plasma Pak and Cryptic Passage, available as "Blood (One Unit Whole Blood)"
</li>
<li> <s><a href="/wiki/Blood_II:_The_Chosen" title="Blood II: The Chosen">Blood II: The Chosen</a></s> - Includes "The Nightmare Levels" expansion, available as "Blood 2: The Chosen + Expansion"
</li>
<li> <a href="/wiki/BloodNet" title="BloodNet">BloodNet</a>
</li>
<li> <a href="/wiki/BloodRayne" title="BloodRayne">BloodRayne</a>
</li>
<li> <s><a href="/wiki/BloodRayne_2" title="BloodRayne 2">BloodRayne 2</a></s>
</li>
<li> <s><a href="/wiki/The_Book_of_Unwritten_Tales" title="The Book of Unwritten Tales">The Book of Unwritten Tales</a></s>
</li>
<li> <s><a href="/wiki/The_Book_of_Unwritten_Tales:_The_Critter_Chronicles" title="The Book of Unwritten Tales: The Critter Chronicles">The Book of Unwritten Tales: The Critter Chronicles</a></s>
</li>
<li> <a href="/wiki/The_Book_of_Unwritten_Tales_2" title="The Book of Unwritten Tales 2">The Book of Unwritten Tales 2</a>
</li>
<li> <s><a href="/wiki/Botanicula" title="Botanicula">Botanicula</a></s>
</li>
<li> <a href="/wiki/Braveland" title="Braveland">Braveland</a>
</li>
<li> <a href="/wiki/Braveland_Wizard" title="Braveland Wizard">Braveland Wizard</a>
</li>
<li> <s><a href="/wiki/Broken_Age" title="Broken Age">Broken Age</a></s>
</li>
<li> <s><a href="/wiki/Broken_Sword:_The_Shadow_of_the_Templars" title="Broken Sword: The Shadow of the Templars">Broken Sword: The Shadow of the Templars</a></s>
</li>
<li> <a href="/wiki/Broken_Sword_2:_The_Smoking_Mirror" title="Broken Sword 2: The Smoking Mirror" class="mw-redirect">Broken Sword 2: The Smoking Mirror</a> - A part of "Broken Sword 2: Remastered"
</li>
<li> <a href="/wiki/Broken_Sword_2:_Remastered" title="Broken Sword 2: Remastered" class="mw-redirect">Broken Sword 2: Remastered</a> - A part of "Broken Sword 2: Remastered", includes "Broken Sword 2: The Smoking Mirror"
</li>
<li> <a href="/wiki/Broken_Sword_3:_The_Sleeping_Dragon" title="Broken Sword 3: The Sleeping Dragon">Broken Sword 3: The Sleeping Dragon</a>
</li>
<li> <a href="/wiki/Broken_Sword_4:_The_Angel_of_Death_(Secrets_of_the_Ark)" title="Broken Sword 4: The Angel of Death (Secrets of the Ark)">Broken Sword 4: The Angel of Death (Secrets of the Ark)</a>
</li>
<li> <s><a href="/wiki/Broken_Sword:_Director%27s_Cut" title="Broken Sword: Director's Cut" class="mw-redirect">Broken Sword: Director's Cut</a></s>
</li>
<li> <a href="/wiki/Broken_Sword:_The_Serpent%27s_Curse" title="Broken Sword: The Serpent's Curse" class="mw-redirect">Broken Sword: The Serpent's Curse</a> - Season Pass
</li>
<li> <s><a href="/wiki/Br%C3%BCtal_Legend" title="Brütal Legend">Brütal Legend</a></s>
</li>
<li> <a href="/wiki/Caesar_3" title="Caesar 3" class="mw-redirect">Caesar 3</a>
</li>
<li> <s><a href="/wiki/Call_to_Power_2" title="Call to Power 2" class="mw-redirect">Call to Power 2</a></s>
</li>
<li> <s><a href="/wiki/Cannon_Fodder" title="Cannon Fodder">Cannon Fodder</a></s>
</li>
<li> <a href="/wiki/Cannon_Fodder_2" title="Cannon Fodder 2">Cannon Fodder 2</a>
</li>
<li> <a href="/wiki/Capitalism_2" title="Capitalism 2" class="mw-redirect">Capitalism 2</a>
</li>
<li> <s><a href="/wiki/Capitalism_Plus" title="Capitalism Plus" class="mw-redirect">Capitalism Plus</a></s>
</li>
<li> <s><a href="/wiki/Capsized" title="Capsized">Capsized</a></s>
</li>
<li> <s><a href="/wiki/Carmageddon" title="Carmageddon">Carmageddon</a></s> - Also includes the expansion "Splat Pack", available as "Carmageddon Max Pack"
</li>
<li> <s><a href="/wiki/Carmageddon_2:_Carpocalypse_Now" title="Carmageddon 2: Carpocalypse Now" class="mw-redirect">Carmageddon 2: Carpocalypse Now</a></s>
</li>
<li> <a href="/wiki/Caribbean!" title="Caribbean!">Caribbean!</a>
</li>
<li> <s><a href="/wiki/Castles" title="Castles">Castles</a></s> - part of "Castles + Castles 2"
</li>
<li> <s><a href="/wiki/Castles_II:_Siege_and_Conquest" title="Castles II: Siege and Conquest">Castles II: Siege and Conquest</a></s> - part of "Castles + Castles 2"
</li>
<li> <a href="/wiki/The_Cat_Lady" title="The Cat Lady">The Cat Lady</a>
</li>
<li> <a href="/wiki/Catacomb" title="Catacomb">Catacomb</a> - part of the "Catacombs Pack"
</li>
<li> <a href="/wiki/The_Catacomb" title="The Catacomb">The Catacomb</a> - part of the "Catacombs Pack"
</li>
<li> <a href="/wiki/Catacomb_3-D:_The_Descent" title="Catacomb 3-D: The Descent">Catacomb 3-D: The Descent</a> - part of the "Catacombs Pack"
</li>
<li> <a href="/wiki/Catacomb_Abyss" title="Catacomb Abyss">Catacomb Abyss</a> - part of the "Catacombs Pack"
</li>
<li> <a href="/wiki/Catacomb_Armageddon" title="Catacomb Armageddon">Catacomb Armageddon</a> - part of the "Catacombs Pack"
</li>
<li> <a href="/wiki/Catacomb_Apocalypse" title="Catacomb Apocalypse">Catacomb Apocalypse</a> - part of the "Catacombs Pack"
</li>
<li> <a href="/wiki/Celtic_Kings:_Rage_of_War" title="Celtic Kings: Rage of War">Celtic Kings: Rage of War</a>
</li>
<li> <a href="/wiki/Ceville" title="Ceville">Ceville</a>
</li>
<li> <a href="/wiki/Challenge_of_the_Five_Realms" title="Challenge of the Five Realms">Challenge of the Five Realms</a>
</li>
<li> <a href="/wiki/The_Chaos_Engine_(2013)" title="The Chaos Engine (2013)">The Chaos Engine (2013)</a>
</li>
<li> <a href="/wiki/Chaos_Overlords" title="Chaos Overlords">Chaos Overlords</a>
</li>
<li> <a href="/wiki/Children_of_the_Nile" title="Children of the Nile">Children of the Nile</a> - Also includes the add-on "Children of the Nile: Alexandria", available as "Children of the Nile Complete"
</li>
<li> <s><a href="/wiki/Chris_Sawyer%27s_Locomotion" title="Chris Sawyer's Locomotion">Chris Sawyer's Locomotion</a></s>
</li>
<li> <a href="/wiki/The_Chronicles_of_Riddick:_Assault_on_Dark_Athena" title="The Chronicles of Riddick: Assault on Dark Athena">The Chronicles of Riddick: Assault on Dark Athena</a>
</li>
<li> <a href="/wiki/Chronology" title="Chronology">Chronology</a>
</li>
<li> <a href="/wiki/CLARC" title="CLARC">CLARC</a>
</li>
<li> <s><a href="/wiki/Clive_Barker%27s_Undying" title="Clive Barker's Undying">Clive Barker's Undying</a></s>
</li>
<li> <a href="/wiki/Cognition:_An_Erica_Reed_Thriller" title="Cognition: An Erica Reed Thriller">Cognition: An Erica Reed Thriller</a> - includes episodes 1-4
</li>
<li> <a href="/wiki/Combat_Chess" title="Combat Chess">Combat Chess</a>
</li>
<li> <s><a href="/wiki/Combat_Mission:_Beyond_Overlord" title="Combat Mission: Beyond Overlord">Combat Mission: Beyond Overlord</a></s>
</li>
<li> <s><a href="/wiki/Commandos:_Behind_Enemy_Lines" title="Commandos: Behind Enemy Lines">Commandos: Behind Enemy Lines</a></s> - part of "Commandos Ammo Pack"
</li>
<li> <s><a href="/wiki/Commandos:_Beyond_The_Call_Of_Duty" title="Commandos: Beyond The Call Of Duty" class="mw-redirect">Commandos: Beyond The Call Of Duty</a></s> - part of "Commandos Ammo Pack"
</li>
<li> <s><a href="/wiki/Commandos_2:_Men_of_Courage" title="Commandos 2: Men of Courage">Commandos 2: Men of Courage</a></s> - part of "Commands 2+3"
</li>
<li> <a href="/wiki/Commandos_3:_Destination_Berlin" title="Commandos 3: Destination Berlin">Commandos 3: Destination Berlin</a> - part of "Commands 2+3"
</li>
<li> <a href="/wiki/Conflict:_Desert_Storm" title="Conflict: Desert Storm">Conflict: Desert Storm</a>
</li>
<li> <a href="/wiki/Conquest_of_the_New_World" title="Conquest of the New World">Conquest of the New World</a>
</li>
<li> <a href="/wiki/Conquest:_Frontier_Wars" title="Conquest: Frontier Wars">Conquest: Frontier Wars</a>
</li>
<li> <a href="/wiki/Consortium:_The_Master_Edition" title="Consortium: The Master Edition" class="mw-redirect">Consortium: The Master Edition</a>
</li>
<li> <a href="/wiki/Corsairs:_Conquest_at_Sea" title="Corsairs: Conquest at Sea">Corsairs: Conquest at Sea</a> - available as "Corsairs Gold", includes the expansion "Corsairs: The New Conquerors"
</li>
<li> <s><a href="/wiki/Cossacks:_European_Wars" title="Cossacks: European Wars">Cossacks: European Wars</a></s> - part of "Cossacks Anthology"
</li>
<li> <a href="/wiki/Cossacks:_The_Art_of_War" title="Cossacks: The Art of War">Cossacks: The Art of War</a> - part of "Cossacks Anthology"
</li>
<li> <a href="/wiki/Cossacks:_Back_to_War" title="Cossacks: Back to War">Cossacks: Back to War</a> - part of "Cossacks Anthology"
</li>
<li> <a href="/wiki/Cosmo%27s_Cosmic_Adventure" title="Cosmo's Cosmic Adventure">Cosmo's Cosmic Adventure</a>
</li>
<li> <s><a href="/wiki/Costume_Quest" title="Costume Quest">Costume Quest</a></s>
</li>
<li> <a href="/wiki/Crawl" title="Crawl">Crawl</a>
</li>
<li> <a href="/wiki/Creatures_Exodus" title="Creatures Exodus" class="mw-redirect">Creatures Exodus</a>
</li>
<li> <a href="/wiki/Creatures_Village" title="Creatures Village">Creatures Village</a>
</li>
<li> <s><a href="/wiki/Creatures" title="Creatures">Creatures</a></s> - part of "Creatures: The Albian Years"
</li>
<li> <a href="/wiki/Creatures_2" title="Creatures 2">Creatures 2</a> - part of "Creatures: The Albian Years"
</li>
<li> <a href="/wiki/Crimzon_Clover:_World_Ignition" title="Crimzon Clover: World Ignition">Crimzon Clover: World Ignition</a>
</li>
<li> <a href="/wiki/Crimsonland" title="Crimsonland">Crimsonland</a>
</li>
<li> <a href="/wiki/Crusader:_No_Regret" title="Crusader: No Regret">Crusader: No Regret</a>
</li>
<li> <a href="/wiki/Crusader:_No_Remorse" title="Crusader: No Remorse">Crusader: No Remorse</a>
</li>
<li> <a href="/wiki/Crusader_Kings" title="Crusader Kings">Crusader Kings</a> - sold as "Crusader Kings Complete"
</li>
<li> <s><a href="/wiki/Crusaders_of_Might_and_Magic" title="Crusaders of Might and Magic">Crusaders of Might and Magic</a></s>
</li>
<li> <a href="/wiki/Crystal_Caves" title="Crystal Caves">Crystal Caves</a>
</li>
<li> <s><a href="/wiki/Crystals_of_Arborea" title="Crystals of Arborea">Crystals of Arborea</a></s> - part of "Ishar Compilation"
</li>
<li> <a href="/wiki/Cultures" title="Cultures" class="mw-redirect">Cultures</a> - part of "Cultures 1+2"
</li>
<li> <a href="/w/index.php?title=Cultures_2:_Gates_of_Asgard&amp;action=edit&amp;redlink=1" class="new" title="Cultures 2: Gates of Asgard (page does not exist)">Cultures 2: Gates of Asgard</a> - part of "Cultures 1+2"
</li>
<li> <a href="/wiki/Cultures_3" title="Cultures 3" class="mw-redirect">Cultures 3</a> - part of "Cultures 3+4"
</li>
<li> <a href="/w/index.php?title=Cultures_4&amp;action=edit&amp;redlink=1" class="new" title="Cultures 4 (page does not exist)">Cultures 4</a> - part of "Cultures 3+4"
</li>
<li> <a href="/wiki/Cyberia" title="Cyberia">Cyberia</a>
</li>
<li> <s><a href="/wiki/Daikatana" title="Daikatana">Daikatana</a></s>
</li>
<li> <a href="/w/index.php?title=Dangerous_Dave_in_the_Deserted_Pirate%27s_Hideout!&amp;action=edit&amp;redlink=1" class="new" title="Dangerous Dave in the Deserted Pirate's Hideout! (page does not exist)">Dangerous Dave in the Deserted Pirate's Hideout!</a> - part of the "Dangerous Dave Pack"
</li>
<li> <a href="/w/index.php?title=Dangerous_Dave_in_the_Haunted_Mansion&amp;action=edit&amp;redlink=1" class="new" title="Dangerous Dave in the Haunted Mansion (page does not exist)">Dangerous Dave in the Haunted Mansion</a> - part of the "Dangerous Dave Pack"
</li>
<li> <a href="/w/index.php?title=Dangerous_Dave%27s_Risky_Rescue&amp;action=edit&amp;redlink=1" class="new" title="Dangerous Dave's Risky Rescue (page does not exist)">Dangerous Dave's Risky Rescue</a> - part of the "Dangerous Dave Pack"
</li>
<li> <a href="/w/index.php?title=Dave_Goez_Nutz!&amp;action=edit&amp;redlink=1" class="new" title="Dave Goez Nutz! (page does not exist)">Dave Goez Nutz!</a> - part of the "Dangerous Dave Pack"
</li>
<li> <s><a href="/wiki/The_Dark_Eye:_Chains_of_Satinav" title="The Dark Eye: Chains of Satinav">The Dark Eye: Chains of Satinav</a></s>
</li>
<li> <a href="/wiki/Dark_Fall_3:_Lost_Souls" title="Dark Fall 3: Lost Souls">Dark Fall 3: Lost Souls</a>
</li>
<li> <a href="/wiki/Dark_Reign:_The_Future_of_War" title="Dark Reign: The Future of War">Dark Reign: The Future of War</a> - Includes its expansion, Dark Reign:The Rise of the Shadowhand, part of "Dark Reign + Expansion"
</li>
<li> <a href="/wiki/Dark_Reign_2" title="Dark Reign 2">Dark Reign 2</a>
</li>
<li> <a href="/wiki/Darklands" title="Darklands">Darklands</a>
</li>
<li> <s><a href="/wiki/Darkstar_One" title="Darkstar One">Darkstar One</a></s>
</li>
<li> <s><a href="/wiki/Darkstone" title="Darkstone">Darkstone</a></s>
</li>
<li> <s><a href="/wiki/Darwinia" title="Darwinia">Darwinia</a></s>
</li>
<li> <a href="/wiki/Deadlock:_Planetary_Conquest" title="Deadlock: Planetary Conquest">Deadlock: Planetary Conquest</a>
</li>
<li> <a href="/wiki/Deadlock_2:_Shrine_Wars" title="Deadlock 2: Shrine Wars">Deadlock 2: Shrine Wars</a>
</li>
<li> <s><a href="/wiki/Deadly_Premonition:_The_Director%27s_Cut" title="Deadly Premonition: The Director's Cut">Deadly Premonition: Director's Cut</a></s>
</li>
<li> <a href="/wiki/Deadnaut" title="Deadnaut">Deadnaut</a>
</li>
<li> <a href="/wiki/Dead_State" title="Dead State">Dead State</a>
</li>
<li> <a href="/wiki/Dead_Synchronicity:_Tomorrow_Comes_Today" title="Dead Synchronicity: Tomorrow Comes Today">Dead Synchronicity: Tomorrow Comes Today</a>
</li>
<li> <a href="/wiki/Death_to_Spies" title="Death to Spies">Death to Spies</a>
</li>
<li> <a href="/wiki/Deathtrap_Dungeon" title="Deathtrap Dungeon">Deathtrap Dungeon</a>
</li>
<li> <s><a href="/wiki/DEFCON" title="DEFCON" class="mw-redirect">DEFCON</a></s>
</li>
<li> <s><a href="/wiki/Defender_of_the_Crown" title="Defender of the Crown">Defender of the Crown</a></s>
</li>
<li> <s><a href="/wiki/Defender%27s_Quest" title="Defender's Quest" class="mw-redirect">Defender's Quest</a></s>
</li>
<li> <s><a href="/wiki/Democracy_3" title="Democracy 3">Democracy 3</a></s>
</li>
<li> <s><a href="/wiki/Deponia" title="Deponia">Deponia</a></s>
</li>
<li> <s><a href="/wiki/Deponia_2:_Chaos_on_Deponia" title="Deponia 2: Chaos on Deponia" class="mw-redirect">Deponia 2: Chaos on Deponia</a></s>
</li>
<li> <s><a href="/wiki/Deponia_3:_Goodbye_Deponia" title="Deponia 3: Goodbye Deponia" class="mw-redirect">Deponia 3: Goodbye Deponia</a></s>
</li>
<li> <s><a href="/wiki/Depths_of_Peril" title="Depths of Peril">Depths of Peril</a></s>
</li>
<li> <s><a href="/wiki/Descent" title="Descent">Descent</a></s> - part of "Descent + Descent 2"
</li>
<li> <s><a href="/wiki/Descent_2" title="Descent 2" class="mw-redirect">Descent 2</a></s> - part of "Descent + Descent 2"
</li>
<li> <s><a href="/wiki/Descent_3" title="Descent 3">Descent 3</a></s> - Includes expansion, available as "Descent 3 + Expansion"
</li>
<li> <a href="/wiki/Desktop_Dungeons" title="Desktop Dungeons">Desktop Dungeons</a>
</li>
<li> <a href="/w/index.php?title=Deus&amp;action=edit&amp;redlink=1" class="new" title="Deus (page does not exist)">Deus</a> - part of "Robinson's Requiem Collection"
</li>
<li> <s><a href="/wiki/Deus_Ex_GOTY_Edition" title="Deus Ex GOTY Edition" class="mw-redirect">Deus Ex GOTY Edition</a></s>
</li>
<li> <s><a href="/wiki/Deus_Ex_2:_Invisible_War" title="Deus Ex 2: Invisible War" class="mw-redirect">Deus Ex 2: Invisible War</a></s>
</li>
<li> <a href="/wiki/Devil%27s_Dare" title="Devil's Dare">Devil's Dare</a>
</li>
<li> <a href="/wiki/Die_by_the_Sword" title="Die by the Sword">Die by the Sword</a> - includes expansion, available as "Die by the Sword + Expansion"
</li>
<li> <a href="/w/index.php?title=The_Dig&amp;action=edit&amp;redlink=1" class="new" title="The Dig (page does not exist)">The Dig</a>
</li>
<li> <a href="/wiki/Din%27s_Curse" title="Din's Curse">Din's Curse</a>
</li>
<li> <a href="/wiki/Disciples:_Sacred_Lands" title="Disciples: Sacred Lands">Disciples: Sacred Lands</a> - available as "Disciples: Sacred Lands Gold"
</li>
<li> <s><a href="/wiki/Disciples_II:_Dark_Prophecy" title="Disciples II: Dark Prophecy">Disciples II: Dark Prophecy</a></s> - available as "Disciples 2 Gold"
</li>
<li> <a href="/wiki/Divine_Divinity" title="Divine Divinity">Divine Divinity</a>
</li>
<li> <s><a href="/wiki/Divinity_II" title="Divinity II" class="mw-redirect">Divinity II</a></s> - available as "Divinity 2: Developer's Cut"
</li>
<li> <s><a href="/wiki/Divinity:_Dragon_Commander" title="Divinity: Dragon Commander">Divinity: Dragon Commander</a></s>
</li>
<li> <s><a href="/wiki/Divinity:_Original_Sin" title="Divinity: Original Sin">Divinity: Original Sin</a></s>
</li>
<li> <s><a href="/wiki/Don%27t_Starve" title="Don't Starve">Don't Starve</a></s>
</li>
<li> <a href="/wiki/Doomdark%27s_Revenge" title="Doomdark's Revenge">Doomdark's Revenge</a>
</li>
<li> <a href="/wiki/Door_Kickers" title="Door Kickers">Door Kickers</a>
</li>
<li> <a href="/w/index.php?title=Double_Dragon&amp;action=edit&amp;redlink=1" class="new" title="Double Dragon (page does not exist)">Double Dragon</a> - part of "Double Dragon Trilogy"
</li>
<li> <a href="/w/index.php?title=Double_Dragon_2:_The_Revenge&amp;action=edit&amp;redlink=1" class="new" title="Double Dragon 2: The Revenge (page does not exist)">Double Dragon 2: The Revenge</a> - part of "Double Dragon Trilogy"
</li>
<li> <a href="/w/index.php?title=Double_Dragon_3:_The_Rosetta_Stone&amp;action=edit&amp;redlink=1" class="new" title="Double Dragon 3: The Rosetta Stone (page does not exist)">Double Dragon 3: The Rosetta Stone</a> - part of "Double Dragon Trilogy"
</li>
<li> <a href="/w/index.php?title=Downfall&amp;action=edit&amp;redlink=1" class="new" title="Downfall (page does not exist)">Downfall</a>
</li>
<li> <a href="/w/index.php?title=Dracula:_The_Resurrection&amp;action=edit&amp;redlink=1" class="new" title="Dracula: The Resurrection (page does not exist)">Dracula: The Resurrection</a> - part of "Dracula Trilogy"
</li>
<li> <a href="/w/index.php?title=Dracula:_The_Last_Sanctuary&amp;action=edit&amp;redlink=1" class="new" title="Dracula: The Last Sanctuary (page does not exist)">Dracula: The Last Sanctuary</a> - part of "Dracula Trilogy"
</li>
<li> <a href="/w/index.php?title=Dracula_3:_The_Path_of_the_Dragon&amp;action=edit&amp;redlink=1" class="new" title="Dracula 3: The Path of the Dragon (page does not exist)">Dracula 3: The Path of the Dragon</a> - part of "Dracula Trilogy"
</li>
<li> <a href="/w/index.php?title=Dracula_4:_Shadow_of_the_Dragon&amp;action=edit&amp;redlink=1" class="new" title="Dracula 4: Shadow of the Dragon (page does not exist)">Dracula 4: Shadow of the Dragon</a> - part of "Dracula 4+5"
</li>
<li> <a href="/w/index.php?title=Dracula_5:_The_Blood_Legacy&amp;action=edit&amp;redlink=1" class="new" title="Dracula 5: The Blood Legacy (page does not exist)">Dracula 5: The Blood Legacy</a> - part of "Dracula 4+5"
</li>
<li> <a href="/w/index.php?title=Dragon_Lore:_The_Legend_Begins&amp;action=edit&amp;redlink=1" class="new" title="Dragon Lore: The Legend Begins (page does not exist)">Dragon Lore: The Legend Begins</a>
</li>
<li> <s><a href="/wiki/Dragonsphere" title="Dragonsphere">Dragonsphere</a></s>
</li>
<li> <s><a href="/wiki/Dream_Pinball_3D" title="Dream Pinball 3D">Dream Pinball 3D</a></s>
</li>
<li> <s><a href="/wiki/Dreamfall:_The_Longest_Journey" title="Dreamfall: The Longest Journey">Dreamfall: The Longest Journey</a></s>
</li>
<li> <s><a href="/wiki/Dreamfall_Chapters" title="Dreamfall Chapters">Dreamfall Chapters</a></s> - sold as "Dreamfall Chapters Season Pass"
</li>
<li> <a href="/wiki/Driftmoon" title="Driftmoon">Driftmoon</a>
</li>
<li> <s><a href="/wiki/Driver_Parallel_Lines" title="Driver Parallel Lines" class="mw-redirect">Driver Parallel Lines</a></s>
</li>
<li> <a href="/w/index.php?title=DROD:_King_Dugan%27s_Dungeon&amp;action=edit&amp;redlink=1" class="new" title="DROD: King Dugan's Dungeon (page does not exist)">DROD: King Dugan's Dungeon</a> - part of "DROD 1 + 2 + 3"
</li>
<li> <a href="/w/index.php?title=DROD:_Journey_to_Rooted_Hold&amp;action=edit&amp;redlink=1" class="new" title="DROD: Journey to Rooted Hold (page does not exist)">DROD: Journey to Rooted Hold</a> - part of "DROD 1 + 2 + 3"
</li>
<li> <a href="/w/index.php?title=DROD:_The_City_Beneath&amp;action=edit&amp;redlink=1" class="new" title="DROD: The City Beneath (page does not exist)">DROD: The City Beneath</a> - part of "DROD 1 + 2 + 3"
</li>
<li> <a href="/w/index.php?title=DROD_4:_Gunthro_and_the_Epic_Blunder&amp;action=edit&amp;redlink=1" class="new" title="DROD 4: Gunthro and the Epic Blunder (page does not exist)">DROD 4: Gunthro and the Epic Blunder</a>
</li>
<li> <a href="/w/index.php?title=DROD:_The_Second_Sky&amp;action=edit&amp;redlink=1" class="new" title="DROD: The Second Sky (page does not exist)">DROD: The Second Sky</a>
</li>
<li> <a href="/w/index.php?title=DROD_RPG:_Tendry%27s_Tale&amp;action=edit&amp;redlink=1" class="new" title="DROD RPG: Tendry's Tale (page does not exist)">DROD RPG: Tendry's Tale</a>
</li>
<li> <a href="/wiki/Drox_Operative" title="Drox Operative">Drox Operative</a>
</li>
<li> <s><a href="/wiki/Duke_Nukem" title="Duke Nukem">Duke Nukem</a></s> - part of "Duke Nukem 1+2"
</li>
<li> <s><a href="/wiki/Duke_Nukem_2" title="Duke Nukem 2" class="mw-redirect">Duke Nukem 2</a></s> - part of "Duke Nukem 1+2"
</li>
<li> <s><a href="/wiki/Duke_Nukem_3D_-_Atomic_Edition" title="Duke Nukem 3D - Atomic Edition" class="mw-redirect">Duke Nukem 3D - Atomic Edition</a></s>
</li>
<li> <a href="/wiki/Duke_Nukem:_Manhattan_Project" title="Duke Nukem: Manhattan Project">Duke Nukem: Manhattan Project</a>
</li>
<li> <s><a href="/wiki/Dungeon_Keeper" title="Dungeon Keeper">Dungeon Keeper</a></s>
</li>
<li> <s><a href="/wiki/Dungeon_Keeper_2" title="Dungeon Keeper 2">Dungeon Keeper 2</a></s>
</li>
<li> <a href="/wiki/Dungeons_and_Dragons:_Dragonshard" title="Dungeons and Dragons: Dragonshard" class="mw-redirect">Dungeons and Dragons: Dragonshard</a>
</li>
<li> <s><a href="/wiki/Dust:_An_Elysian_Tail" title="Dust: An Elysian Tail">Dust: An Elysian Tail</a></s>
</li>
<li> <s><a href="/wiki/Dustforce" title="Dustforce">Dustforce</a></s>
</li>
<li> <s><a href="/wiki/Dyad" title="Dyad">Dyad</a></s>
</li>
<li> <a href="/wiki/Eador:_Genesis" title="Eador: Genesis">Eador: Genesis</a>
</li>
<li> <a href="/wiki/Eador:_Masters_of_the_Broken_World" title="Eador: Masters of the Broken World">Eador: Masters of the Broken World</a>
</li>
<li> <a href="/wiki/Earth_2140" title="Earth 2140">Earth 2140</a> - Includes expansion packs, available as "Earth 2140 Trilogy"
</li>
<li> <s><a href="/wiki/Earth_2150" title="Earth 2150">Earth 2150</a></s> - Includes expansion packs, available as "Earth 2150 Trilogy"
</li>
<li> <s><a href="/wiki/Earth_2160" title="Earth 2160">Earth 2160</a></s>
</li>
<li> <s><a href="/wiki/Earthworm_Jim" title="Earthworm Jim">Earthworm Jim</a></s> - part of "Earthworm Jim 1+2"
</li>
<li> <s><a href="/wiki/Earthworm_Jim_2" title="Earthworm Jim 2">Earthworm Jim 2</a></s> - part of "Earthworm Jim 1+2"
</li>
<li> <a href="/wiki/Earthworm_Jim_3D" title="Earthworm Jim 3D">Earthworm Jim 3D</a>
</li>
<li> <a href="/wiki/Edna_%26_Harvey:_The_Breakout" title="Edna &amp; Harvey: The Breakout">Edna &amp; Harvey: The Breakout</a> - part of "Edna &amp; Harvey The Breakout + Harvey's New Eyes"
</li>
<li> <a href="/wiki/Edna_%26_Harvey:_Harvey%27s_New_Eyes" title="Edna &amp; Harvey: Harvey's New Eyes">Edna &amp; Harvey: Harvey's New Eyes</a> - part of "Edna &amp; Harvey The Breakout + Harvey's New Eyes"
</li>
<li> <a href="/w/index.php?title=Elminage_Gothic&amp;action=edit&amp;redlink=1" class="new" title="Elminage Gothic (page does not exist)">Elminage Gothic</a>
</li>
<li> <s><a href="/wiki/Empire_Earth" title="Empire Earth">Empire Earth</a></s>
</li>
<li> <a href="/wiki/Empire_Earth_II" title="Empire Earth II">Empire Earth II</a>
</li>
<li> <s><a href="/wiki/Empire_Earth_III" title="Empire Earth III">Empire Earth III</a></s>
</li>
<li> <s><a href="/wiki/Enclave" title="Enclave">Enclave</a></s>
</li>
<li> <s><a href="/wiki/Enemy_Engaged:_Apache_vs_Havoc" title="Enemy Engaged: Apache vs Havoc">Enemy Engaged: Apache vs Havoc</a></s>
</li>
<li> <a href="/wiki/Enemy_Engaged:_RAH-66_Comanche_versus_Ka-52_Hokum" title="Enemy Engaged: RAH-66 Comanche versus Ka-52 Hokum">Enemy Engaged: RAH-66 Comanche versus Ka-52 Hokum</a>
</li>
<li> <s><a href="/wiki/Entomorph:_Plague_of_the_Darkfall" title="Entomorph: Plague of the Darkfall">Entomorph: Plague of the Darkfall</a></s>
</li>
<li> <s><a href="/wiki/Escape_Goat" title="Escape Goat">Escape Goat</a></s>
</li>
<li> <s><a href="/wiki/Escape_Goat_2" title="Escape Goat 2">Escape Goat 2</a></s>
</li>
<li> <a href="/wiki/The_Escapists" title="The Escapists">The Escapists</a>
</li>
<li> <a href="/wiki/Eschalon:_Book_I" title="Eschalon: Book I">Eschalon: Book I</a>
</li>
<li> <a href="/wiki/Eschalon:_Book_II" title="Eschalon: Book II">Eschalon: Book II</a>
</li>
<li> <a href="/wiki/Eschalon:_Book_III" title="Eschalon: Book III">Eschalon: Book III</a>
</li>
<li> <a href="/wiki/Ethan:_Meteor_Hunter" title="Ethan: Meteor Hunter">Ethan: Meteor Hunter</a>
</li>
<li> <a href="/wiki/Etherlords" title="Etherlords">Etherlords</a>
</li>
<li> <a href="/wiki/Etherlords_2" title="Etherlords 2" class="mw-redirect">Etherlords 2</a>
</li>
<li> <a href="/wiki/Ether_One" title="Ether One">Ether One</a>
</li>
<li> <a href="/wiki/Europa_Universalis" title="Europa Universalis">Europa Universalis</a>
</li>
<li> <a href="/w/index.php?title=Europa_Universalis_II&amp;action=edit&amp;redlink=1" class="new" title="Europa Universalis II (page does not exist)">Europa Universalis II</a>
</li>
<li> <s><a href="/wiki/Evil_Genius" title="Evil Genius">Evil Genius</a></s>
</li>
<li> <s><a href="/wiki/Evoland" title="Evoland">Evoland</a></s>
</li>
<li> <a href="/w/index.php?title=Evolva&amp;action=edit&amp;redlink=1" class="new" title="Evolva (page does not exist)">Evolva</a>
</li>
<li> <a href="/wiki/Expeditions:_Conquistador" title="Expeditions: Conquistador">Expeditions: Conquistador</a>
</li>
<li> <a href="/wiki/Expendable" title="Expendable">Expendable</a>
</li>
<li> <a href="/w/index.php?title=F-117A_Nighthawk_Stealth_Fighter_2.0&amp;action=edit&amp;redlink=1" class="new" title="F-117A Nighthawk Stealth Fighter 2.0 (page does not exist)">F-117A Nighthawk Stealth Fighter 2.0</a>
</li>
<li> <a href="/w/index.php?title=F/A-18E_Super_Hornet&amp;action=edit&amp;redlink=1" class="new" title="F/A-18E Super Hornet (page does not exist)">F/A-18E Super Hornet</a>
</li>
<li> <a href="/w/index.php?title=Faces_of_War&amp;action=edit&amp;redlink=1" class="new" title="Faces of War (page does not exist)">Faces of War</a>
</li>
<li> <a href="/wiki/Fahrenheit_(Indigo_Prophecy)" title="Fahrenheit (Indigo Prophecy)" class="mw-redirect">Fahrenheit (Indigo Prophecy)</a>
</li>
<li> <a href="/wiki/Fantasy_Wars" title="Fantasy Wars">Fantasy Wars</a>
</li>
<li> <s><a href="/wiki/Far_Cry" title="Far Cry">Far Cry</a></s>
</li>
<li> <s><a href="/wiki/Far_Cry_2:_Fortune%27s_Edition" title="Far Cry 2: Fortune's Edition" class="mw-redirect">Far Cry 2: Fortune's Edition</a></s>
</li>
<li> <a href="/wiki/F.E.A.R." title="F.E.A.R.">F.E.A.R.</a> - sold as "F.E.A.R Platinum"
</li>
<li> <a href="/wiki/F.E.A.R._2:_Project_Origin" title="F.E.A.R. 2: Project Origin">F.E.A.R. 2: Project Origin</a> - sold as "F.E.A.R. 2: Project Origin + Reborn"
</li>
<li> <a href="/w/index.php?title=The_Feeble_Files&amp;action=edit&amp;redlink=1" class="new" title="The Feeble Files (page does not exist)">The Feeble Files</a>
</li>
<li> <s><a href="/wiki/Fez" title="Fez">Fez</a></s>
</li>
<li> <s><a href="/wiki/Fist_Puncher" title="Fist Puncher">Fist Puncher</a></s>
</li>
<li> <s><a href="/wiki/FlatOut" title="FlatOut">FlatOut</a></s>
</li>
<li> <a href="/wiki/FlatOut_2" title="FlatOut 2">FlatOut 2</a>
</li>
<li> <s><a href="/wiki/Flight_of_the_Amazon_Queen" title="Flight of the Amazon Queen">Flight of the Amazon Queen</a></s>
</li>
<li> <s><a href="/wiki/Forgotten_Realms:_Demon_Stone" title="Forgotten Realms: Demon Stone">Forgotten Realms: Demon Stone</a></s>
</li>
<li> <a href="/wiki/FRACT_OSC" title="FRACT OSC" class="mw-redirect">FRACT OSC</a>
</li>
<li> <a href="/w/index.php?title=Fractured_Soul&amp;action=edit&amp;redlink=1" class="new" title="Fractured Soul (page does not exist)">Fractured Soul</a>
</li>
<li> <a href="/w/index.php?title=Fragile_Allegiance&amp;action=edit&amp;redlink=1" class="new" title="Fragile Allegiance (page does not exist)">Fragile Allegiance</a>
</li>
<li> <a href="/wiki/Freedom_Planet" title="Freedom Planet">Freedom Planet</a>
</li>
<li> <s><a href="/wiki/Freespace" title="Freespace" class="mw-redirect">Freespace</a></s> - Includes expansion, available as "Freespace + Expansion"
</li>
<li> <a href="/wiki/Freespace_2" title="Freespace 2" class="mw-redirect">Freespace 2</a>
</li>
<li> <s><a href="/wiki/FTL:_Faster_Than_Light" title="FTL: Faster Than Light">FTL: Faster Than Light</a></s>
</li>
<li> <a href="/wiki/Gabriel_Knight:_Sins_of_the_Fathers" title="Gabriel Knight: Sins of the Fathers">Gabriel Knight: Sins of the Fathers</a>
</li>
<li> <a href="/w/index.php?title=Gabriel_Knight:_Sins_of_the_Fathers_-_20th_Anniversary_Edition&amp;action=edit&amp;redlink=1" class="new" title="Gabriel Knight: Sins of the Fathers - 20th Anniversary Edition (page does not exist)">Gabriel Knight: Sins of the Fathers - 20th Anniversary Edition</a>
</li>
<li> <a href="/w/index.php?title=Gabriel_Knight_2:_The_Beast_Within&amp;action=edit&amp;redlink=1" class="new" title="Gabriel Knight 2: The Beast Within (page does not exist)">Gabriel Knight 2: The Beast Within</a>
</li>
<li> <a href="/w/index.php?title=Gabriel_Knight_3:_Blood_of_the_Sacred,_Blood_of_the_Damned&amp;action=edit&amp;redlink=1" class="new" title="Gabriel Knight 3: Blood of the Sacred, Blood of the Damned (page does not exist)">Gabriel Knight 3: Blood of the Sacred, Blood of the Damned</a>
</li>
<li> <a href="/w/index.php?title=Galactic_Assault:_Prisoner_of_Power&amp;action=edit&amp;redlink=1" class="new" title="Galactic Assault: Prisoner of Power (page does not exist)">Galactic Assault: Prisoner of Power</a>
</li>
<li> <a href="/w/index.php?title=Galactic_Civilizations&amp;action=edit&amp;redlink=1" class="new" title="Galactic Civilizations (page does not exist)">Galactic Civilizations</a> - Available as "Galactic Civilizations I: Ultimate Edition", includes Altarian Prophecy expansion pack
</li>
<li> <a href="/w/index.php?title=Gangland&amp;action=edit&amp;redlink=1" class="new" title="Gangland (page does not exist)">Gangland</a>
</li>
<li> <a href="/wiki/Gangsters:_Organized_Crime" title="Gangsters: Organized Crime">Gangsters: Organized Crime</a>
</li>
<li> <s><a href="/wiki/Gateways" title="Gateways">Gateways</a></s>
</li>
<li> <s><a href="/wiki/Gemini_Rue" title="Gemini Rue">Gemini Rue</a></s>
</li>
<li> <a href="/wiki/Geneforge" title="Geneforge">Geneforge</a>
</li>
<li> <a href="/wiki/Geneforge_2" title="Geneforge 2">Geneforge 2</a>
</li>
<li> <a href="/wiki/Geneforge_3" title="Geneforge 3">Geneforge 3</a>
</li>
<li> <a href="/wiki/Geneforge_4:_Rebellion" title="Geneforge 4: Rebellion">Geneforge 4: Rebellion</a>
</li>
<li> <a href="/wiki/Geneforge_5:_Overthrow" title="Geneforge 5: Overthrow">Geneforge 5: Overthrow</a>
</li>
<li> <s><a href="/wiki/Gex" title="Gex">Gex</a></s>
</li>
<li> <a href="/wiki/Ghost_Master" title="Ghost Master">Ghost Master</a>
</li>
<li> <s><a href="/wiki/Giana_Sisters:_Twisted_Dreams" title="Giana Sisters: Twisted Dreams">Giana Sisters: Twisted Dreams</a></s>
</li>
<li> <s><a href="/wiki/Giana_Sisters:_Twisted_Dreams_-_Rise_of_the_Owlverlord" title="Giana Sisters: Twisted Dreams - Rise of the Owlverlord">Giana Sisters: Twisted Dreams - Rise of the Owlverlord</a></s>
</li>
<li> <s><a href="/wiki/Giants:_Citizen_Kabuto" title="Giants: Citizen Kabuto">Giants: Citizen Kabuto</a></s>
</li>
<li> <a href="/w/index.php?title=Gobliiins&amp;action=edit&amp;redlink=1" class="new" title="Gobliiins (page does not exist)">Gobliiins</a>
</li>
<li> <a href="/w/index.php?title=Gobliiins_2:_Prince_Buffoon&amp;action=edit&amp;redlink=1" class="new" title="Gobliiins 2: Prince Buffoon (page does not exist)">Gobliiins 2: Prince Buffoon</a>
</li>
<li> <a href="/w/index.php?title=Goblins_Quest_3&amp;action=edit&amp;redlink=1" class="new" title="Goblins Quest 3 (page does not exist)">Goblins Quest 3</a>
</li>
<li> <a href="/wiki/Gods_Will_Be_Watching" title="Gods Will Be Watching">Gods Will Be Watching</a>
</li>
<li> <a href="/w/index.php?title=Gomo&amp;action=edit&amp;redlink=1" class="new" title="Gomo (page does not exist)">Gomo</a>
</li>
<li> <s><a href="/wiki/Gone_Home" title="Gone Home">Gone Home</a></s>
</li>
<li> <s><a href="/wiki/Gorky_17" title="Gorky 17">Gorky 17</a></s>
</li>
<li> <s><a href="/wiki/Gothic" title="Gothic">Gothic</a></s>
</li>
<li> <s><a href="/wiki/Gothic_2" title="Gothic 2" class="mw-redirect">Gothic 2</a></s> - Available as "Gothic 2 Gold Edition"
</li>
<li> <s><a href="/wiki/Gothic_3" title="Gothic 3">Gothic 3</a></s>
</li>
<li> <a href="/w/index.php?title=Gothic_3:_Forsaken_Gods&amp;action=edit&amp;redlink=1" class="new" title="Gothic 3: Forsaken Gods (page does not exist)">Gothic 3: Forsaken Gods</a> - Available as "Gothic 3: Forsaken Gods Enhanced Edition"
</li>
<li> <s><a href="/wiki/The_Guild_Gold_Edition" title="The Guild Gold Edition" class="mw-redirect">The Guild Gold Edition</a></s>
</li>
<li> <a href="/w/index.php?title=Gratuitous_Space_Battles_2&amp;action=edit&amp;redlink=1" class="new" title="Gratuitous Space Battles 2 (page does not exist)">Gratuitous Space Battles 2</a>
</li>
<li> <a href="/wiki/Gray_Matter" title="Gray Matter">Gray Matter</a>
</li>
<li> <a href="/wiki/Grim_Fandango_Remastered" title="Grim Fandango Remastered">Grim Fandango Remastered</a>
</li>
<li> <s><a href="/wiki/Ground_Control" title="Ground Control">Ground Control</a></s> - Includes expansion, available as "Ground Control + Expansion"
</li>
<li> <s><a href="/wiki/Ground_Control_2:_Operation_Exodus" title="Ground Control 2: Operation Exodus" class="mw-redirect">Ground Control 2: Operation Exodus</a></s>
</li>
<li> <s><a href="/wiki/Guacamelee!_Gold_Edition" title="Guacamelee! Gold Edition">Guacamelee! Gold Edition</a></s>
</li>
<li> <a href="/wiki/Guacamelee!_Super_Turbo_Championship_Edition" title="Guacamelee! Super Turbo Championship Edition">Guacamelee! Super Turbo Championship Edition</a>
</li>
<li> <a href="/w/index.php?title=Gurumin:_A_Monstrous_Adventure&amp;action=edit&amp;redlink=1" class="new" title="Gurumin: A Monstrous Adventure (page does not exist)">Gurumin: A Monstrous Adventure</a>
</li>
<li> <s><a href="/wiki/Haegemonia:_Legions_of_Iron" title="Haegemonia: Legions of Iron">Haegemonia: Legions of Iron</a></s> - part of "Haegemonia Gold Edition"
</li>
<li> <a href="/wiki/Haegemonia:_The_Solon_Heritage" title="Haegemonia: The Solon Heritage">Haegemonia: The Solon Heritage</a> - part of "Haegemonia Gold Edition"
</li>
<li> <a href="/w/index.php?title=Halfway&amp;action=edit&amp;redlink=1" class="new" title="Halfway (page does not exist)">Halfway</a>
</li>
<li> <s><a href="/wiki/Hammerwatch" title="Hammerwatch">Hammerwatch</a></s>
</li>
<li> <a href="/wiki/Hand_of_Fate" title="Hand of Fate">Hand of Fate</a>
</li>
<li> <a href="/wiki/Harvester" title="Harvester">Harvester</a>
</li>
<li> <a href="/wiki/Hatoful_Boyfriend" title="Hatoful Boyfriend">Hatoful Boyfriend</a>
</li>
<li> <a href="/w/index.php?title=Hearts_of_Iron&amp;action=edit&amp;redlink=1" class="new" title="Hearts of Iron (page does not exist)">Hearts of Iron</a>
</li>
<li> <s><a href="/wiki/Heretic_Kingdoms:_The_Inquisition" title="Heretic Kingdoms: The Inquisition">Heretic Kingdoms: The Inquisition</a></s>
</li>
<li> <a href="/wiki/Heritage_of_Kings:_The_Settlers" title="Heritage of Kings: The Settlers" class="mw-redirect">Heritage of Kings: The Settlers</a>
</li>
<li> <a href="/wiki/Heroes_Chronicles" title="Heroes Chronicles">Heroes Chronicles</a>
</li>
<li> <a href="/wiki/Heroes_of_Annihilated_Empires" title="Heroes of Annihilated Empires">Heroes of Annihilated Empires</a>
</li>
<li> <a href="/wiki/Heroes_of_Might_and_Magic:_A_Strategic_Quest" title="Heroes of Might and Magic: A Strategic Quest">Heroes of Might and Magic: A Strategic Quest</a>
</li>
<li> <a href="/wiki/Heroes_of_Might_and_Magic_II" title="Heroes of Might and Magic II">Heroes of Might and Magic II</a> - Includes expansions, available as "Heroes of Might and Magic 2: Gold Edition"
</li>
<li> <s><a href="/wiki/Heroes_of_Might_and_Magic_III" title="Heroes of Might and Magic III">Heroes of Might and Magic III</a></s> - Includes expansions, available as "Heroes of Might and Magic 3: Complete Edition"
</li>
<li> <a href="/wiki/Heroes_of_Might_and_Magic_IV" title="Heroes of Might and Magic IV">Heroes of Might and Magic IV</a> - Includes expansions, available as "Heroes of Might and Magic 4: Complete"
</li>
<li> <a href="/wiki/Heroes_of_Might_and_Magic_V" title="Heroes of Might and Magic V">Heroes of Might and Magic V</a> - Includes expansions, available as "Heroes of Might and Magic 5 Bundle"
</li>
<li> <a href="/w/index.php?title=Hind&amp;action=edit&amp;redlink=1" class="new" title="Hind (page does not exist)">Hind</a>
</li>
<li> <s><a href="/wiki/History_Line:_1914-1918" title="History Line: 1914-1918" class="mw-redirect">History Line: 1914-1918</a></s> - part of "Battle Isle Platinum (includes Incubation)"
</li>
<li> <s><a href="/wiki/Hitman:_Codename_47" title="Hitman: Codename 47">Hitman: Codename 47</a></s>
</li>
<li> <s><a href="/wiki/Hitman_2:_Silent_Assassin" title="Hitman 2: Silent Assassin">Hitman 2: Silent Assassin</a></s>
</li>
<li> <s><a href="/wiki/Hitman_3:_Contracts" title="Hitman 3: Contracts" class="mw-redirect">Hitman 3: Contracts</a></s>
</li>
<li> <a href="/w/index.php?title=Hocus_Pocus&amp;action=edit&amp;redlink=1" class="new" title="Hocus Pocus (page does not exist)">Hocus Pocus</a>
</li>
<li> <a href="/w/index.php?title=Hogs_of_War&amp;action=edit&amp;redlink=1" class="new" title="Hogs of War (page does not exist)">Hogs of War</a>
</li>
<li> <a href="/w/index.php?title=Hostile_Waters:_Antaeus_Rising&amp;action=edit&amp;redlink=1" class="new" title="Hostile Waters: Antaeus Rising (page does not exist)">Hostile Waters: Antaeus Rising</a>
</li>
<li> <s><a href="/wiki/Hotline_Miami" title="Hotline Miami">Hotline Miami</a></s>
</li>
<li> <a href="/wiki/Hotline_Miami_2:_Wrong_Number" title="Hotline Miami 2: Wrong Number">Hotline Miami 2: Wrong Number</a>
</li>
<li> <a href="/w/index.php?title=Hot_Tin_Roof:_The_Cat_That_Wore_A_Fedora&amp;action=edit&amp;redlink=1" class="new" title="Hot Tin Roof: The Cat That Wore A Fedora (page does not exist)">Hot Tin Roof: The Cat That Wore A Fedora</a>
</li>
<li> <a href="/wiki/Hugo%27s_House_of_Horrors" title="Hugo's House of Horrors">Hugo's House of Horrors</a> - part of "The Hugo Trilogy"
</li>
<li> <a href="/wiki/Hugo_II:_Whodunit%3F" title="Hugo II: Whodunit?">Hugo II: Whodunit?</a> - part of "The Hugo Trilogy"
</li>
<li> <a href="/wiki/Hugo_III:_Jungle_of_Doom!" title="Hugo III: Jungle of Doom!">Hugo III: Jungle of Doom!</a> - part of "The Hugo Trilogy"
</li>
<li> <a href="/w/index.php?title=Humans_Must_Answer&amp;action=edit&amp;redlink=1" class="new" title="Humans Must Answer (page does not exist)">Humans Must Answer</a>
</li>
<li> <a href="/wiki/I.G.I._2:_Covert_Strike" title="I.G.I. 2: Covert Strike" class="mw-redirect">I.G.I. 2: Covert Strike</a>
</li>
<li> <a href="/wiki/Icewind_Dale" title="Icewind Dale">Icewind Dale</a> - available as "Icewind Dale Complete"
</li>
<li> <a href="/wiki/Icewind_Dale_II" title="Icewind Dale II">Icewind Dale II</a> - available as "Icewind Dale 2 Complete"
</li>
<li> <a href="/w/index.php?title=Icewind_Dale:_Enhanced_Edition&amp;action=edit&amp;redlink=1" class="new" title="Icewind Dale: Enhanced Edition (page does not exist)">Icewind Dale: Enhanced Edition</a>
</li>
<li> <a href="/wiki/I_Have_No_Mouth_and_I_Must_Scream" title="I Have No Mouth and I Must Scream" class="mw-redirect">I Have No Mouth and I Must Scream</a>
</li>
<li> <s><a href="/wiki/IL-2_Sturmovik:_1946" title="IL-2 Sturmovik: 1946">IL-2 Sturmovik: 1946</a></s>
</li>
<li> <a href="/wiki/Imperial_Glory" title="Imperial Glory">Imperial Glory</a>
</li>
<li> <a href="/w/index.php?title=Imperialism&amp;action=edit&amp;redlink=1" class="new" title="Imperialism (page does not exist)">Imperialism</a>
</li>
<li> <a href="/w/index.php?title=Imperialism_2:_The_Age_of_Exploration&amp;action=edit&amp;redlink=1" class="new" title="Imperialism 2: The Age of Exploration (page does not exist)">Imperialism 2: The Age of Exploration</a>
</li>
<li> <a href="/w/index.php?title=In_Cold_Blood&amp;action=edit&amp;redlink=1" class="new" title="In Cold Blood (page does not exist)">In Cold Blood</a>
</li>
<li> <a href="/wiki/Incoming" title="Incoming">Incoming</a> - part of "Incoming + Incoming Forces"
</li>
<li> <a href="/wiki/Incoming_Forces" title="Incoming Forces">Incoming Forces</a> - part of "Incoming + Incoming Forces"
</li>
<li> <s><a href="/wiki/The_Even_More_Incredible_Machine" title="The Even More Incredible Machine">The Even More Incredible Machine</a></s> - part of "The Incredible Machine Mega Pack"
</li>
<li> <s><a href="/wiki/The_Incredible_Machine_3" title="The Incredible Machine 3">The Incredible Machine 3</a></s> - This includes all levels from Incredibly Machine 2, part of "The Incredible Machine Mega Pack"
</li>
<li> <s><a href="/wiki/Return_of_the_Incredible_Machine:_Contraptions" title="Return of the Incredible Machine: Contraptions">Return of the Incredible Machine: Contraptions</a></s> - part of "The Incredible Machine Mega Pack"
</li>
<li> <s><a href="/wiki/The_Incredible_Machine:_Even_More_Contraptions" title="The Incredible Machine: Even More Contraptions">The Incredible Machine: Even More Contraptions</a></s> - part of "The Incredible Machine Mega Pack"
</li>
<li> <a href="/wiki/Incredipede" title="Incredipede">Incredipede</a>
</li>
<li> <a href="/wiki/Independence_War" title="Independence War">Independence War</a> - available as "Independence War Deluxe", includes 'Defiance' expansion
</li>
<li> <a href="/wiki/Independence_War_2:_Edge_of_Chaos" title="Independence War 2: Edge of Chaos">Independence War 2: Edge of Chaos</a>
</li>
<li> <a href="/w/index.php?title=Indiana_Jones_and_the_Emperor%27s_Tomb&amp;action=edit&amp;redlink=1" class="new" title="Indiana Jones and the Emperor's Tomb (page does not exist)">Indiana Jones and the Emperor's Tomb</a>
</li>
<li> <a href="/w/index.php?title=Indiana_Jones_and_the_Fate_of_Atlantis&amp;action=edit&amp;redlink=1" class="new" title="Indiana Jones and the Fate of Atlantis (page does not exist)">Indiana Jones and the Fate of Atlantis</a>
</li>
<li> <a href="/wiki/Infested_Planet" title="Infested Planet">Infested Planet</a>
</li>
<li> <a href="/wiki/InFlux" title="InFlux">InFlux</a>
</li>
<li> <a href="/w/index.php?title=Inherit_the_Earth&amp;action=edit&amp;redlink=1" class="new" title="Inherit the Earth (page does not exist)">Inherit the Earth</a>
</li>
<li> <a href="/wiki/The_Inner_World" title="The Inner World">The Inner World</a>
</li>
<li> <a href="/wiki/Inquisitor" title="Inquisitor">Inquisitor</a>
</li>
<li> <a href="/wiki/Interstate_%2782" title="Interstate '82">Interstate '82</a>
</li>
<li> <a href="/wiki/The_Interstate_%2776_Arsenal" title="The Interstate '76 Arsenal" class="mw-redirect">The Interstate '76 Arsenal</a>
</li>
<li> <a href="/w/index.php?title=Invictus:_In_the_Shadow_of_Olympus&amp;action=edit&amp;redlink=1" class="new" title="Invictus: In the Shadow of Olympus (page does not exist)">Invictus: In the Shadow of Olympus</a>
</li>
<li> <s><a href="/wiki/Iron_Storm" title="Iron Storm">Iron Storm</a></s>
</li>
<li> <s><a href="/wiki/Ishar:_Legend_of_the_Fortress" title="Ishar: Legend of the Fortress">Ishar: Legend of the Fortress</a></s> - part of "Ishar Compilation"
</li>
<li> <s><a href="/wiki/Ishar_2:_Messengers_of_Doom" title="Ishar 2: Messengers of Doom">Ishar 2: Messengers of Doom</a></s> - part of "Ishar Compilation"
</li>
<li> <s><a href="/wiki/Ishar_3:_The_Seven_Gates_of_Infinity" title="Ishar 3: The Seven Gates of Infinity">Ishar 3: The Seven Gates of Infinity</a></s> - part of "Ishar Compilation"
</li>
<li> <s><a href="/wiki/Ittle_Dew" title="Ittle Dew">Ittle Dew</a></s>
</li>
<li> <a href="/wiki/Jack_Keane" title="Jack Keane">Jack Keane</a>
</li>
<li> <a href="/wiki/Jack_Orlando:_A_Cinematic_Adventure_(DC)" title="Jack Orlando: A Cinematic Adventure (DC)" class="mw-redirect">Jack Orlando: A Cinematic Adventure (DC)</a>
</li>
<li> <s><a href="/wiki/Jade_Empire" title="Jade Empire">Jade Empire: Special Edition</a></s>
</li>
<li> <s><a href="/wiki/Jagged_Alliance" title="Jagged Alliance">Jagged Alliance</a></s>
</li>
<li> <s><a href="/wiki/Jagged_Alliance_2" title="Jagged Alliance 2">Jagged Alliance 2</a></s>
</li>
<li> <a href="/wiki/Jagged_Alliance_2:_Unfinished_Business" title="Jagged Alliance 2: Unfinished Business">Jagged Alliance 2: Unfinished Business</a>
</li>
<li> <a href="/wiki/Jagged_Alliance_2:_Wildfire" title="Jagged Alliance 2: Wildfire">Jagged Alliance 2: Wildfire</a>
</li>
<li> <s><a href="/wiki/Jagged_Alliance:_Deadly_Games" title="Jagged Alliance: Deadly Games">Jagged Alliance: Deadly Games</a></s>
</li>
<li> <s><a href="/wiki/Jazzpunk" title="Jazzpunk">Jazzpunk</a></s>
</li>
<li> <s><a href="/wiki/Journey_of_a_Roach" title="Journey of a Roach">Journey of a Roach</a></s>
</li>
<li> <a href="/wiki/Journey_to_the_Center_of_the_Earth" title="Journey to the Center of the Earth">Journey to the Center of the Earth</a>
</li>
<li> <a href="/w/index.php?title=The_Journeyman_Project_1:_Pegasus_Prime&amp;action=edit&amp;redlink=1" class="new" title="The Journeyman Project 1: Pegasus Prime (page does not exist)">The Journeyman Project 1: Pegasus Prime</a>
</li>
<li> <a href="/w/index.php?title=The_Journeyman_Project_2:_Buried_in_Time&amp;action=edit&amp;redlink=1" class="new" title="The Journeyman Project 2: Buried in Time (page does not exist)">The Journeyman Project 2: Buried in Time</a> - available as "The Journeyman Project 2"
</li>
<li> <a href="/w/index.php?title=The_Journeyman_Project_3:_Legacy_of_Time&amp;action=edit&amp;redlink=1" class="new" title="The Journeyman Project 3: Legacy of Time (page does not exist)">The Journeyman Project 3: Legacy of Time</a>
</li>
<li> <a href="/wiki/Judge_Dredd:_Dredd_vs._Death" title="Judge Dredd: Dredd vs. Death">Judge Dredd: Dredd vs. Death</a>
</li>
<li> <a href="/wiki/Kentucky_Route_Zero" title="Kentucky Route Zero">Kentucky Route Zero</a>
</li>
<li> <a href="/wiki/King_Arthur%27s_Gold" title="King Arthur's Gold">King Arthur's Gold</a>
</li>
<li> <s><a href="/wiki/King_of_Dragon_Pass" title="King of Dragon Pass">King of Dragon Pass</a></s>
</li>
<li> <a href="/wiki/King%27s_Bounty:_Crossworlds_GOTY" title="King's Bounty: Crossworlds GOTY" class="mw-redirect">King's Bounty: Crossworlds GOTY</a>
</li>
<li> <a href="/wiki/King%27s_Bounty:_Dark_Side" title="King's Bounty: Dark Side">King's Bounty: Dark Side</a>
</li>
<li> <s><a href="/wiki/King%27s_Bounty:_The_Legend" title="King's Bounty: The Legend">King's Bounty: The Legend</a></s>
</li>
<li> <a href="/wiki/King%27s_Bounty:_Warriors_of_the_North" title="King's Bounty: Warriors of the North">King's Bounty: Warriors of the North</a>
</li>
<li> <s><a href="/wiki/King%27s_Quest:_Quest_for_the_Crown" title="King's Quest: Quest for the Crown">King's Quest: Quest for the Crown</a></s> - part of "King's Quest 1+2+3"
</li>
<li> <s><a href="/wiki/King%27s_Quest_II:_Romancing_the_Throne" title="King's Quest II: Romancing the Throne">King's Quest II: Romancing the Throne</a></s> - part of "King's Quest 1+2+3"
</li>
<li> <s><a href="/wiki/King%27s_Quest_III:_To_Heir_Is_Human" title="King's Quest III: To Heir Is Human">King's Quest III: To Heir Is Human</a></s> - part of "King's Quest 1+2+3"
</li>
<li> <s><a href="/wiki/King%27s_Quest_IV:_The_Perils_of_Rosella" title="King's Quest IV: The Perils of Rosella">King's Quest IV: The Perils of Rosella</a></s> - part of "King's Quest 4+5+6"
</li>
<li> <s><a href="/wiki/King%27s_Quest_V:_Absence_Makes_the_Heart_Go_Yonder!" title="King's Quest V: Absence Makes the Heart Go Yonder!">King's Quest V: Absence Makes the Heart Go Yonder!</a></s> - part of "King's Quest 4+5+6"
</li>
<li> <s><a href="/wiki/King%27s_Quest_VI:_Heir_Today,_Gone_Tomorrow" title="King's Quest VI: Heir Today, Gone Tomorrow">King's Quest VI: Heir Today, Gone Tomorrow</a></s> - part of "King's Quest 4+5+6"
</li>
<li> <s><a href="/wiki/King%27s_Quest_VII:_The_Princeless_Bride" title="King's Quest VII: The Princeless Bride">King's Quest VII: The Princeless Bride</a></s> - part of "King's Quest 7+8"
</li>
<li> <s><a href="/wiki/King%27s_Quest:_Mask_of_Eternity" title="King's Quest: Mask of Eternity">King's Quest: Mask of Eternity</a></s> - part of "King's Quest 7+8"
</li>
<li> <a href="/wiki/Kingdom:_The_Far_Reaches" title="Kingdom: The Far Reaches">Kingdom: The Far Reaches</a>
</li>
<li> <a href="/wiki/Kingpin:_Life_of_Crime" title="Kingpin: Life of Crime">Kingpin: Life of Crime</a>
</li>
<li> <a href="/wiki/Knights_and_Merchants:_The_Peasants_Rebellion" title="Knights and Merchants: The Peasants Rebellion" class="mw-redirect">Knights and Merchants: The Peasants Rebellion</a>
</li>
<li> <a href="/w/index.php?title=Knock-Knock&amp;action=edit&amp;redlink=1" class="new" title="Knock-Knock (page does not exist)">Knock-Knock</a>
</li>
<li> <a href="/w/index.php?title=Kromaia&amp;action=edit&amp;redlink=1" class="new" title="Kromaia (page does not exist)">Kromaia</a>
</li>
<li> <a href="/w/index.php?title=Krush_Kill_%27N_Destroy_Xtreme&amp;action=edit&amp;redlink=1" class="new" title="Krush Kill 'N Destroy Xtreme (page does not exist)">Krush Kill 'N Destroy Xtreme</a>
</li>
<li> <a href="/w/index.php?title=Krush_Kill_%27N_Destroy_2:_Krossfire&amp;action=edit&amp;redlink=1" class="new" title="Krush Kill 'N Destroy 2: Krossfire (page does not exist)">Krush Kill 'N Destroy 2: Krossfire</a>
</li>
<li> <a href="/w/index.php?title=The_Labyrinth_of_Time&amp;action=edit&amp;redlink=1" class="new" title="The Labyrinth of Time (page does not exist)">The Labyrinth of Time</a>
</li>
<li> <a href="/wiki/LA-MULANA" title="LA-MULANA" class="mw-redirect">LA-MULANA</a>
</li>
<li> <s><a href="/wiki/Lands_of_Lore:_The_Throne_of_Chaos" title="Lands of Lore: The Throne of Chaos">Lands of Lore: The Throne of Chaos</a></s> - part of "Lands of Lore 1+2"
</li>
<li> <s><a href="/wiki/Lands_of_Lore:_Guardians_of_Destiny" title="Lands of Lore: Guardians of Destiny">Lands of Lore: Guardians of Destiny</a></s> - part of "Lands of Lore 1+2"
</li>
<li> <a href="/wiki/Lands_of_Lore_III" title="Lands of Lore III">Lands of Lore III</a>
</li>
<li> <a href="/w/index.php?title=The_Last_Door:_Collector%27s_Edition&amp;action=edit&amp;redlink=1" class="new" title="The Last Door: Collector's Edition (page does not exist)">The Last Door: Collector's Edition</a>
</li>
<li> <a href="/wiki/The_Last_Express" title="The Last Express">The Last Express</a>
</li>
<li> <a href="/wiki/The_Last_Federation" title="The Last Federation">The Last Federation</a>
</li>
<li> <a href="/wiki/The_Last_Tinker:_City_of_Colors" title="The Last Tinker: City of Colors">The Last Tinker: City of Colors</a>
</li>
<li> <a href="/w/index.php?title=Legacy_of_Kain:_Blood_Omen_2&amp;action=edit&amp;redlink=1" class="new" title="Legacy of Kain: Blood Omen 2 (page does not exist)">Legacy of Kain: Blood Omen 2</a>
</li>
<li> <a href="/w/index.php?title=Legacy_of_Kain:_Defiance&amp;action=edit&amp;redlink=1" class="new" title="Legacy of Kain: Defiance (page does not exist)">Legacy of Kain: Defiance</a>
</li>
<li> <a href="/wiki/Legacy_of_Kain:_Soul_Reaver" title="Legacy of Kain: Soul Reaver">Legacy of Kain: Soul Reaver</a>
</li>
<li> <a href="/wiki/Legacy_of_Kain:_Soul_Reaver_2" title="Legacy of Kain: Soul Reaver 2">Legacy of Kain: Soul Reaver 2</a>
</li>
<li> <s><a href="/wiki/Legend_of_Grimrock" title="Legend of Grimrock">Legend of Grimrock</a></s>
</li>
<li> <a href="/wiki/Legend_of_Grimrock_2" title="Legend of Grimrock 2">Legend of Grimrock 2</a>
</li>
<li> <a href="/wiki/The_Legend_of_Heroes:_Trails_in_the_Sky" title="The Legend of Heroes: Trails in the Sky">The Legend of Heroes: Trails in the Sky</a>
</li>
<li> <s><a href="/wiki/Legend_of_Kyrandia" title="Legend of Kyrandia">Legend of Kyrandia</a></s>
</li>
<li> <a href="/w/index.php?title=Legend_of_Kyrandia:_Hand_of_Fate&amp;action=edit&amp;redlink=1" class="new" title="Legend of Kyrandia: Hand of Fate (page does not exist)">Legend of Kyrandia: Hand of Fate</a>
</li>
<li> <a href="/w/index.php?title=Legend_of_Kyrandia:_Malcolm%27s_Revenge&amp;action=edit&amp;redlink=1" class="new" title="Legend of Kyrandia: Malcolm's Revenge (page does not exist)">Legend of Kyrandia: Malcolm's Revenge</a>
</li>
<li> <a href="/wiki/Lego_Batman:_The_Videogame" title="Lego Batman: The Videogame">Lego Batman: The Videogame</a>
</li>
<li> <a href="/wiki/Lego_Harry_Potter:_Years_1-4" title="Lego Harry Potter: Years 1-4">Lego Harry Potter: Years 1-4</a>
</li>
<li> <a href="/wiki/Lego_Harry_Potter:_Years_5-7" title="Lego Harry Potter: Years 5-7">Lego Harry Potter: Years 5-7</a>
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry_in_the_Land_of_the_Lounge_Lizards&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry in the Land of the Lounge Lizards (page does not exist)">Leisure Suit Larry in the Land of the Lounge Lizards</a> - part of "Leisure Suit Larry" bundle
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry_Goes_Looking_for_Love_(in_Several_Wrong_Places)&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry Goes Looking for Love (in Several Wrong Places) (page does not exist)">Leisure Suit Larry Goes Looking for Love (in Several Wrong Places)</a> - part of "Leisure Suit Larry" bundle
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry_III:_Passionate_Patti_in_Pursuit_of_the_Pulsating_Pectorals&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry III: Passionate Patti in Pursuit of the Pulsating Pectorals (page does not exist)">Leisure Suit Larry III: Passionate Patti in Pursuit of the Pulsating Pectorals</a> - part of "Leisure Suit Larry" bundle
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry_5:_Passionate_Patti_Does_a_Little_Undercover_Work&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work (page does not exist)">Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work</a> - part of "Leisure Suit Larry" bundle
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry_6:_Shape_Up_or_Slip_Out!&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry 6: Shape Up or Slip Out! (page does not exist)">Leisure Suit Larry 6: Shape Up or Slip Out!</a> - part of "Leisure Suit Larry" bundle
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry:_Love_for_Sail!&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry: Love for Sail! (page does not exist)">Leisure Suit Larry: Love for Sail!</a>
</li>
<li> <a href="/w/index.php?title=Leisure_Suit_Larry:_Magna_cum_Laude:_Uncut_and_Uncensored!&amp;action=edit&amp;redlink=1" class="new" title="Leisure Suit Larry: Magna cum Laude: Uncut and Uncensored! (page does not exist)">Leisure Suit Larry: Magna cum Laude: Uncut and Uncensored!</a>
</li>
<li> <a href="/wiki/Leisure_Suit_Larry_in_the_Land_of_the_Lounge_Lizards:_Reloaded" title="Leisure Suit Larry in the Land of the Lounge Lizards: Reloaded">Leisure Suit Larry in the Land of the Lounge Lizards: Reloaded</a>
</li>
<li> <s><a href="/wiki/Lifeless_Planet" title="Lifeless Planet">Lifeless Planet</a></s>
</li>
<li> <a href="/wiki/Lilly_Looking_Through" title="Lilly Looking Through">Lilly Looking Through</a>
</li>
<li> <a href="/w/index.php?title=Lionheart:_Legacy_of_the_Crusader&amp;action=edit&amp;redlink=1" class="new" title="Lionheart: Legacy of the Crusader (page does not exist)">Lionheart: Legacy of the Crusader</a>
</li>
<li> <a href="/wiki/Litil_Divil" title="Litil Divil">Litil Divil</a>
</li>
<li> <a href="/wiki/Little_Big_Adventure" title="Little Big Adventure">Little Big Adventure</a> - available as "Little Big Adventure (Relentless: Twinsen's Adventure)"
</li>
<li> <a href="/wiki/Little_Big_Adventure_2" title="Little Big Adventure 2">Little Big Adventure 2</a> - available as "Little Big Adventure 2 (Twinsen's Odyssey)"
</li>
<li> <s><a href="/wiki/Lone_Survivor:_Director%27s_Cut" title="Lone Survivor: Director's Cut" class="mw-redirect">Lone Survivor: Director's Cut</a></s>
</li>
<li> <s><a href="/wiki/The_Longest_Journey" title="The Longest Journey">The Longest Journey</a></s>
</li>
<li> <a href="/wiki/Long_Live_the_Queen" title="Long Live the Queen">Long Live the Queen</a>
</li>
<li> <a href="/w/index.php?title=Loom&amp;action=edit&amp;redlink=1" class="new" title="Loom (page does not exist)">Loom</a>
</li>
<li> <a href="/w/index.php?title=Lords_of_Magic:_Special_Edition&amp;action=edit&amp;redlink=1" class="new" title="Lords of Magic: Special Edition (page does not exist)">Lords of Magic: Special Edition</a>
</li>
<li> <a href="/w/index.php?title=The_Lords_of_Midnight&amp;action=edit&amp;redlink=1" class="new" title="The Lords of Midnight (page does not exist)">The Lords of Midnight</a>
</li>
<li> <s><a href="/wiki/Lords_of_the_Realm" title="Lords of the Realm">Lords of the Realm</a></s> - part of "Lords of the Realm: Royal Edition"
</li>
<li> <a href="/wiki/Lords_of_the_Realm_II" title="Lords of the Realm II">Lords of the Realm II</a> - part of "Lords of the Realm: Royal Edition", includes 'Siege Pack' expansion
</li>
<li> <s><a href="/wiki/Lords_of_the_Realm_III" title="Lords of the Realm III">Lords of the Realm III</a></s> - available as "Lords of the Realm 3"
</li>
<li> <a href="/w/index.php?title=Lords_of_Xulima&amp;action=edit&amp;redlink=1" class="new" title="Lords of Xulima (page does not exist)">Lords of Xulima</a>
</li>
<li> <s><a href="/wiki/Lovely_Planet" title="Lovely Planet">Lovely Planet</a></s>
</li>
<li> <s><a href="/wiki/Lucius" title="Lucius">Lucius</a></s>
</li>
<li> <s><a href="/wiki/Luftrausers" title="Luftrausers">Luftrausers</a></s>
</li>
<li> <a href="/wiki/Lumino_City" title="Lumino City">Lumino City</a>
</li>
<li> <s><a href="/wiki/Lure_of_the_Temptress" title="Lure of the Temptress">Lure of the Temptress</a></s>
</li>
<li> <s><a href="/wiki/M.A.X." title="M.A.X." class="mw-redirect">M.A.X.</a></s> - part of "M.A.X. + M.A.X. 2"
</li>
<li> <s><a href="/wiki/M.A.X._2" title="M.A.X. 2" class="mw-redirect">M.A.X. 2</a></s> - part of "M.A.X. + M.A.X. 2"
</li>
<li> <s><a href="/wiki/Machinarium" title="Machinarium">Machinarium: Collector's Edition</a></s>
</li>
<li> <s><a href="/wiki/Magic_Carpet" title="Magic Carpet">Magic Carpet</a></s> - available as "Magic Carpet Plus", includes 'Hidden Worlds' expansion pack
</li>
<li> <a href="/wiki/Magic_Carpet_2:_The_Netherworld" title="Magic Carpet 2: The Netherworld" class="mw-redirect">Magic Carpet 2: The Netherworld</a>
</li>
<li> <a href="/wiki/Magicmaker" title="Magicmaker">Magicmaker</a>
</li>
<li> <s><a href="/wiki/Magrunner:_Dark_Pulse" title="Magrunner: Dark Pulse">Magrunner: Dark Pulse</a></s>
</li>
<li> <a href="/wiki/Majesty" title="Majesty" class="mw-redirect">Majesty</a> - sold as "Majesty Gold HD"
</li>
<li> <a href="/wiki/Majesty_2" title="Majesty 2" class="mw-redirect">Majesty 2</a> - sold as "Majesty 2 Collection"
</li>
<li> <s><a href="/wiki/The_Manhole:_Masterpiece_Edition" title="The Manhole: Masterpiece Edition" class="mw-redirect">The Manhole: Masterpiece Edition</a></s>
</li>
<li> <s><a href="/wiki/Mark_of_the_Ninja" title="Mark of the Ninja">Mark of the Ninja</a></s> - available as standard or Special Edition
</li>
<li> <a href="/wiki/The_Marvellous_Miss_Take" title="The Marvellous Miss Take">The Marvellous Miss Take</a>
</li>
<li> <a href="/w/index.php?title=Massive_Assault&amp;action=edit&amp;redlink=1" class="new" title="Massive Assault (page does not exist)">Massive Assault</a>
</li>
<li> <a href="/w/index.php?title=Massive_Assault:_Phantom_Renaissance&amp;action=edit&amp;redlink=1" class="new" title="Massive Assault: Phantom Renaissance (page does not exist)">Massive Assault: Phantom Renaissance</a>
</li>
<li> <a href="/wiki/Master_of_Magic" title="Master of Magic">Master of Magic</a>
</li>
<li> <s><a href="/wiki/Master_of_Orion" title="Master of Orion">Master of Orion</a></s> - part of "Master of Orion 1+2"
</li>
<li> <s><a href="/wiki/Master_of_Orion_2" title="Master of Orion 2" class="mw-redirect">Master of Orion 2</a></s> - part of "Master of Orion 1+2"
</li>
<li> <a href="/wiki/Master_of_Orion_3" title="Master of Orion 3" class="mw-redirect">Master of Orion 3</a>
</li>
<li> <s><a href="/wiki/MDK" title="MDK">MDK</a></s>
</li>
<li> <s><a href="/wiki/MDK_2" title="MDK 2">MDK 2</a></s>
</li>
<li> <s><a href="/wiki/Medal_of_Honor:_Allied_Assault" title="Medal of Honor: Allied Assault">Medal of Honor: Allied Assault</a></s> - part of "Medal of Honor: Allied Assault War Chest", includes Spearhead and Breakthrough expansions
</li>
<li> <s><a href="/wiki/Megabyte_Punch" title="Megabyte Punch">Megabyte Punch</a></s>
</li>
<li> <a href="/wiki/MegaRace" title="MegaRace">MegaRace</a> - part of "MegaRace 1+2"
</li>
<li> <a href="/wiki/MegaRace_2" title="MegaRace 2">MegaRace 2</a> - part of "MegaRace 1+2"
</li>
<li> <a href="/wiki/MegaRace_3" title="MegaRace 3">MegaRace 3</a>
</li>
<li> <s><a href="/wiki/Memoria" title="Memoria">Memoria</a></s>
</li>
<li> <a href="/wiki/Men_of_War" title="Men of War">Men of War</a>
</li>
<li> <a href="/wiki/Men_of_War:_Red_Tide" title="Men of War: Red Tide">Men of War: Red Tide</a>
</li>
<li> <a href="/wiki/Men_of_War:_Assault_Squad" title="Men of War: Assault Squad">Men of War: Assault Squad</a>
</li>
<li> <a href="/w/index.php?title=Men_of_War:_Vietnam&amp;action=edit&amp;redlink=1" class="new" title="Men of War: Vietnam (page does not exist)">Men of War: Vietnam</a>
</li>
<li> <a href="/wiki/Meridian:_New_World" title="Meridian: New World">Meridian: New World</a>
</li>
<li> <s><a href="/wiki/Messiah" title="Messiah">Messiah</a></s>
</li>
<li> <a href="/wiki/Metrocide" title="Metrocide">Metrocide</a>
</li>
<li> <a href="/wiki/Miasmata" title="Miasmata">Miasmata</a>
</li>
<li> <s><a href="/wiki/Might_and_Magic_Book_One:_The_Secret_of_the_Inner_Sanctum" title="Might and Magic Book One: The Secret of the Inner Sanctum">Might and Magic Book One: The Secret of the Inner Sanctum</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic_II:_Gates_to_Another_World" title="Might and Magic II: Gates to Another World">Might and Magic II: Gates to Another World</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic_III:_Isles_of_Terra" title="Might and Magic III: Isles of Terra">Might and Magic III: Isles of Terra</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic_IV:_Clouds_of_Xeen" title="Might and Magic IV: Clouds of Xeen" class="mw-redirect">Might and Magic IV: Clouds of Xeen</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic_V:_Darkside_of_Xeen" title="Might and Magic V: Darkside of Xeen" class="mw-redirect">Might and Magic V: Darkside of Xeen</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic:_World_of_Xeen" title="Might and Magic: World of Xeen">Might and Magic: World of Xeen</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Swords_of_Xeen" title="Swords of Xeen">Might and Magic: Swords of Xeen</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic_VI:_The_Mandate_of_Heaven" title="Might and Magic VI: The Mandate of Heaven">Might and Magic VI: The Mandate of Heaven</a></s> - part of "Might and Magic 6-pack: Limited Edition"
</li>
<li> <s><a href="/wiki/Might_and_Magic_VII:_For_Blood_and_Honor" title="Might and Magic VII: For Blood and Honor">Might and Magic VII: For Blood and Honor</a></s>
</li>
<li> <s><a href="/wiki/Might_and_Magic_VIII:_Day_of_the_Destroyer" title="Might and Magic VIII: Day of the Destroyer">Might and Magic VIII: Day of the Destroyer</a></s>
</li>
<li> <s><a href="/wiki/Might_and_Magic_IX" title="Might and Magic IX">Might and Magic IX</a></s>
</li>
<li> <a href="/wiki/MIND:_Path_to_Thalamus" title="MIND: Path to Thalamus">MIND: Path to Thalamus</a>
</li>
<li> <s><a href="/wiki/Mitsurugi_Kamui_Hikae" title="Mitsurugi Kamui Hikae">Mitsurugi Kamui Hikae</a></s>
</li>
<li> <a href="/w/index.php?title=Mob_Rule&amp;action=edit&amp;redlink=1" class="new" title="Mob Rule (page does not exist)">Mob Rule</a>
</li>
<li> <a href="/w/index.php?title=Mobile_Forces&amp;action=edit&amp;redlink=1" class="new" title="Mobile Forces (page does not exist)">Mobile Forces</a>
</li>
<li> <a href="/w/index.php?title=Moebius:_Empire_Rising&amp;action=edit&amp;redlink=1" class="new" title="Moebius: Empire Rising (page does not exist)">Moebius: Empire Rising</a>
</li>
<li> <a href="/wiki/Monkey_Island_2_Special_Edition:_LeChuck%27s_Revenge" title="Monkey Island 2 Special Edition: LeChuck's Revenge">Monkey Island 2 Special Edition: LeChuck's Revenge</a>
</li>
<li> <a href="/w/index.php?title=Monster_Bash&amp;action=edit&amp;redlink=1" class="new" title="Monster Bash (page does not exist)">Monster Bash</a>
</li>
<li> <s><a href="/wiki/Montague%27s_Mount" title="Montague's Mount">Montague's Mount</a></s>
</li>
<li> <s><a href="/wiki/Moonbase_Commander" title="Moonbase Commander">Moonbase Commander</a></s>
</li>
<li> <a href="/wiki/Mortal_Kombat" title="Mortal Kombat">Mortal Kombat</a> - part of "Mortal Kombat 1+2+3"
</li>
<li> <a href="/wiki/Mortal_Kombat_2" title="Mortal Kombat 2" class="mw-redirect">Mortal Kombat 2</a> - part of "Mortal Kombat 1+2+3"
</li>
<li> <a href="/wiki/Mortal_Kombat_3" title="Mortal Kombat 3">Mortal Kombat 3</a> - part of "Mortal Kombat 1+2+3"
</li>
<li> <a href="/wiki/Moto_Racer" title="Moto Racer">Moto Racer</a>
</li>
<li> <a href="/wiki/Moto_Racer_2" title="Moto Racer 2">Moto Racer 2</a>
</li>
<li> <a href="/wiki/Moto_Racer_3" title="Moto Racer 3">Moto Racer 3</a>
</li>
<li> <a href="/wiki/Mount_%26_Blade" title="Mount &amp; Blade">Mount &amp; Blade</a>
</li>
<li> <a href="/wiki/Mount_%26_Blade:_Warband" title="Mount &amp; Blade: Warband">Mount &amp; Blade: Warband&lrm;</a>
</li>
<li> <a href="/wiki/Mount_%26_Blade:_With_Fire_%26_Sword" title="Mount &amp; Blade: With Fire &amp; Sword">Mount &amp; Blade: With Fire &amp; Sword</a>
</li>
<li> <s><a href="/wiki/MouseCraft" title="MouseCraft">MouseCraft</a></s>
</li>
<li> <a href="/wiki/Mr._Bree%2B" title="Mr. Bree+">Mr. Bree+</a>
</li>
<li> <s><a href="/wiki/Multiwinia" title="Multiwinia">Multiwinia</a></s>
</li>
<li> <s><a href="/wiki/Mutant_Mudds" title="Mutant Mudds">Mutant Mudds</a></s>
</li>
<li> <s><a href="/wiki/Myst:_Masterpiece_Edition" title="Myst: Masterpiece Edition" class="mw-redirect">Myst: Masterpiece Edition</a></s>
</li>
<li> <a href="/wiki/Myst_5:_End_of_Ages" title="Myst 5: End of Ages" class="mw-redirect">Myst 5: End of Ages</a> - available as "Myst 5: End of Ages (Limited Edition)"
</li>
<li> <a href="/w/index.php?title=Nancy_Drew:_Curse_of_Blackmoor_Manor&amp;action=edit&amp;redlink=1" class="new" title="Nancy Drew: Curse of Blackmoor Manor (page does not exist)">Nancy Drew: Curse of Blackmoor Manor</a>
</li>
<li> <a href="/w/index.php?title=Nekro&amp;action=edit&amp;redlink=1" class="new" title="Nekro (page does not exist)">Nekro</a>
</li>
<li> <a href="/wiki/NEO_Scavenger" title="NEO Scavenger">NEO Scavenger</a>
</li>
<li> <a href="/w/index.php?title=Neverending_Nightmares&amp;action=edit&amp;redlink=1" class="new" title="Neverending Nightmares (page does not exist)">Neverending Nightmares</a>
</li>
<li> <a href="/wiki/Neverwinter_Nights:_Diamond_Edition" title="Neverwinter Nights: Diamond Edition" class="mw-redirect">Neverwinter Nights: Diamond Edition</a>
</li>
<li> <a href="/wiki/Neverwinter_Nights_2:_Complete" title="Neverwinter Nights 2: Complete" class="mw-redirect">Neverwinter Nights 2: Complete</a>
</li>
<li> <a href="/wiki/Nexus_-_The_Jupiter_Incident" title="Nexus - The Jupiter Incident" class="mw-redirect">Nexus - The Jupiter Incident</a>
</li>
<li> <a href="/w/index.php?title=The_Night_of_the_Rabbit&amp;action=edit&amp;redlink=1" class="new" title="The Night of the Rabbit (page does not exist)">The Night of the Rabbit</a>
</li>
<li> <a href="/w/index.php?title=Normality&amp;action=edit&amp;redlink=1" class="new" title="Normality (page does not exist)">Normality</a>
</li>
<li> <a href="/wiki/Nosferatu:_The_Wrath_of_Malachi" title="Nosferatu: The Wrath of Malachi">Nosferatu: The Wrath of Malachi</a>
</li>
<li> <s><a href="/wiki/Nox" title="Nox">Nox</a></s>
</li>
<li> <a href="/wiki/Oceanhorn:_Monster_of_Uncharted_Seas" title="Oceanhorn: Monster of Uncharted Seas">Oceanhorn: Monster of Uncharted Seas</a>
</li>
<li> <s><a href="/wiki/Octodad:_Dadliest_Catch" title="Octodad: Dadliest Catch">Octodad: Dadliest Catch</a></s>
</li>
<li> <s><a href="/wiki/Oddworld:_Abe%27s_Oddysee" title="Oddworld: Abe's Oddysee">Oddworld: Abe's Oddysee</a></s>
</li>
<li> <s><a href="/wiki/Oddworld:_Abe%27s_Exoddus" title="Oddworld: Abe's Exoddus">Oddworld: Abe's Exoddus</a></s>
</li>
<li> <a href="/wiki/Oddworld:_New_%27n%27_Tasty" title="Oddworld: New 'n' Tasty" class="mw-redirect">Oddworld: New 'n' Tasty</a>
</li>
<li> <a href="/wiki/Oddworld:_Stranger%27s_Wrath_HD" title="Oddworld: Stranger's Wrath HD">Oddworld: Stranger's Wrath HD</a>
</li>
<li> <a href="/wiki/OlliOlli" title="OlliOlli">OlliOlli</a>
</li>
<li> <a href="/wiki/Omerta:_City_of_Gangsters" title="Omerta: City of Gangsters" class="mw-redirect">Omerta: City of Gangsters</a>
</li>
<li> <a href="/wiki/Omikron:_The_Nomad_Soul" title="Omikron: The Nomad Soul">Omikron: The Nomad Soul</a>
</li>
<li> <s><a href="/wiki/O.R.B._Off-World_Resource_Base" title="O.R.B. Off-World Resource Base" class="mw-redirect">O.R.B. Off-World Resource Base</a></s>
</li>
<li> <s><a href="/wiki/Outcast" title="Outcast">Outcast</a></s>
</li>
<li> <s><a href="/wiki/Outlast" title="Outlast">Outlast</a></s>
</li>
<li> <a href="/wiki/Outlaws" title="Outlaws">Outlaws</a> - includes Handful of Missions expansion
</li>
<li> <s><a href="/wiki/Overlord" title="Overlord">Overlord</a></s> - part of "Overlord + Raising Hell"
</li>
<li> <a href="/w/index.php?title=Pandemonium!&amp;action=edit&amp;redlink=1" class="new" title="Pandemonium! (page does not exist)">Pandemonium!</a>
</li>
<li> <a href="/w/index.php?title=Pandemonium_2&amp;action=edit&amp;redlink=1" class="new" title="Pandemonium 2 (page does not exist)">Pandemonium 2</a>
</li>
<li> <s><a href="/wiki/Panzer_General_2" title="Panzer General 2" class="mw-redirect">Panzer General 2</a></s>
</li>
<li> <a href="/w/index.php?title=Panzer_General_3D_Assault&amp;action=edit&amp;redlink=1" class="new" title="Panzer General 3D Assault (page does not exist)">Panzer General 3D Assault</a>
</li>
<li> <s><a href="/wiki/Papers,_Please" title="Papers, Please">Papers, Please</a></s>
</li>
<li> <a href="/w/index.php?title=Paper_Sorcerer&amp;action=edit&amp;redlink=1" class="new" title="Paper Sorcerer (page does not exist)">Paper Sorcerer</a>
</li>
<li> <a href="/wiki/Paranautical_Activity" title="Paranautical Activity">Paranautical Activity</a> - sold as "Paranautical Activity Deluxe Atonement Edition"
</li>
<li> <a href="/wiki/Pathologic" title="Pathologic">Pathologic</a>
</li>
<li> <a href="/w/index.php?title=Patrician&amp;action=edit&amp;redlink=1" class="new" title="Patrician (page does not exist)">Patrician</a> - part of "Partician 1+2"
</li>
<li> <a href="/w/index.php?title=Patrician_2&amp;action=edit&amp;redlink=1" class="new" title="Patrician 2 (page does not exist)">Patrician 2</a> - part of "Partician 1+2"
</li>
<li> <s><a href="/wiki/Patrician_3" title="Patrician 3" class="mw-redirect">Patrician 3</a></s>
</li>
<li> <a href="/wiki/Penumbra:_Overture" title="Penumbra: Overture">Penumbra: Overture</a> - part of "The Penumbra Collection"
</li>
<li> <a href="/wiki/Penumbra:_Black_Plague" title="Penumbra: Black Plague">Penumbra: Black Plague</a> - part of "The Penumbra Collection"; includes "Penumbra: Requiem" expansion.
</li>
<li> <a href="/w/index.php?title=Perimeter&amp;action=edit&amp;redlink=1" class="new" title="Perimeter (page does not exist)">Perimeter</a>
</li>
<li> <a href="/w/index.php?title=Personal_Nightmare&amp;action=edit&amp;redlink=1" class="new" title="Personal Nightmare (page does not exist)">Personal Nightmare</a>
</li>
<li> <a href="/w/index.php?title=Phantasmagoria&amp;action=edit&amp;redlink=1" class="new" title="Phantasmagoria (page does not exist)">Phantasmagoria</a>
</li>
<li> <a href="/w/index.php?title=Phantasmagoria:_A_Puzzle_of_Flesh&amp;action=edit&amp;redlink=1" class="new" title="Phantasmagoria: A Puzzle of Flesh (page does not exist)">Phantasmagoria: A Puzzle of Flesh</a> - available as "Phantasmagoria 2"
</li>
<li> <a href="/wiki/Pharaoh" title="Pharaoh">Pharaoh</a> - Also includes "Cleopatra: Queen of the Nile" expansion, available as "Pharaoh + Cleopatra"
</li>
<li> <a href="/wiki/Pid" title="Pid">Pid</a>
</li>
<li> <a href="/w/index.php?title=Pier_Solar_and_the_Great_Architects&amp;action=edit&amp;redlink=1" class="new" title="Pier Solar and the Great Architects (page does not exist)">Pier Solar and the Great Architects</a>
</li>
<li> <a href="/wiki/Pillars_of_Eternity" title="Pillars of Eternity">Pillars of Eternity</a>
</li>
<li> <a href="/w/index.php?title=Pilot_Brothers&amp;action=edit&amp;redlink=1" class="new" title="Pilot Brothers (page does not exist)">Pilot Brothers</a>
</li>
<li> <a href="/w/index.php?title=Pinball_Dreams&amp;action=edit&amp;redlink=1" class="new" title="Pinball Dreams (page does not exist)">Pinball Dreams</a> - part of "Pinball Gold Pack"
</li>
<li> <a href="/w/index.php?title=Pinball_Dreams_2&amp;action=edit&amp;redlink=1" class="new" title="Pinball Dreams 2 (page does not exist)">Pinball Dreams 2</a> - part of "Pinball Gold Pack"
</li>
<li> <a href="/w/index.php?title=Pinball_Fantasies&amp;action=edit&amp;redlink=1" class="new" title="Pinball Fantasies (page does not exist)">Pinball Fantasies</a> - part of "Pinball Gold Pack"
</li>
<li> <a href="/w/index.php?title=Pinball_Illusions&amp;action=edit&amp;redlink=1" class="new" title="Pinball Illusions (page does not exist)">Pinball Illusions</a> - part of "Pinball Gold Pack"
</li>
<li> <a href="/w/index.php?title=Pinball_Mania&amp;action=edit&amp;redlink=1" class="new" title="Pinball Mania (page does not exist)">Pinball Mania</a> - part of "Pinball Gold Pack"
</li>
<li> <a href="/wiki/Pirates!_Gold" title="Pirates! Gold" class="mw-redirect">Pirates! Gold</a> - part of "Pirates! Gold Plus"
</li>
<li> <s><a href="/wiki/PixelJunk_Monsters_Ultimate" title="PixelJunk Monsters Ultimate">PixelJunk Monsters HD</a></s>
</li>
<li> <s><a href="/wiki/PixelJunk_Shooter" title="PixelJunk Shooter">PixelJunk Shooter</a></s>
</li>
<li> <a href="/wiki/Pixel_Piracy" title="Pixel Piracy">Pixel Piracy</a>
</li>
<li> <a href="/wiki/Planescape:_Torment" title="Planescape: Torment">Planescape: Torment</a>
</li>
<li> <s><a href="/wiki/Planetfall" title="Planetfall">Planetfall</a></s> - part of "The Zork Anthology"
</li>
<li> <a href="/wiki/POD_Gold" title="POD Gold" class="mw-redirect">POD Gold</a>
</li>
<li> <a href="/wiki/Police_Quest:_In_Pursuit_of_the_Death_Angel" title="Police Quest: In Pursuit of the Death Angel">Police Quest: In Pursuit of the Death Angel</a> - part of "Police Quest 1+2+3+4"
</li>
<li> <a href="/w/index.php?title=Police_Quest_2:_The_Vengeance&amp;action=edit&amp;redlink=1" class="new" title="Police Quest 2: The Vengeance (page does not exist)">Police Quest 2: The Vengeance</a> - part of "Police Quest 1+2+3+4"
</li>
<li> <a href="/w/index.php?title=Police_Quest_3:_The_Kindred&amp;action=edit&amp;redlink=1" class="new" title="Police Quest 3: The Kindred (page does not exist)">Police Quest 3: The Kindred</a> - part of "Police Quest 1+2+3+4"
</li>
<li> <a href="/w/index.php?title=Police_Quest:_Open_Season&amp;action=edit&amp;redlink=1" class="new" title="Police Quest: Open Season (page does not exist)">Police Quest: Open Season</a> - part of "Police Quest 1+2+3+4"
</li>
<li> <a href="/w/index.php?title=Police_Quest:_SWAT&amp;action=edit&amp;redlink=1" class="new" title="Police Quest: SWAT (page does not exist)">Police Quest: SWAT</a> - part of "Police Quest: SWAT 1+2"
</li>
<li> <a href="/w/index.php?title=Police_Quest:_SWAT_2&amp;action=edit&amp;redlink=1" class="new" title="Police Quest: SWAT 2 (page does not exist)">Police Quest: SWAT 2</a> - part of "Police Quest: SWAT 1+2"
</li>
<li> <s><a href="/wiki/Populous" title="Populous">Populous</a></s>
</li>
<li> <s><a href="/wiki/Populous_2:_Trials_of_the_Olympian_Gods" title="Populous 2: Trials of the Olympian Gods" class="mw-redirect">Populous 2: Trials of the Olympian Gods</a></s>
</li>
<li> <s><a href="/wiki/Populous:_The_Beginning" title="Populous: The Beginning">Populous: The Beginning</a></s>
</li>
<li> <a href="/wiki/Port_Royale" title="Port Royale" class="mw-redirect">Port Royale</a>
</li>
<li> <s><a href="/wiki/Port_Royale_2" title="Port Royale 2">Port Royale 2</a></s>
</li>
<li> <s><a href="/wiki/Post_Mortem" title="Post Mortem">Post Mortem</a></s>
</li>
<li> <s><a href="/wiki/Postal" title="Postal">Postal</a></s> - available as "POSTAL: Classic and Uncut"
</li>
<li> <s><a href="/wiki/Postal_2" title="Postal 2">Postal 2</a></s> - available as "POSTAL 2 Complete"
</li>
<li> <a href="/wiki/Powerslide" title="Powerslide">Powerslide</a>
</li>
<li> <a href="/w/index.php?title=Praetorians&amp;action=edit&amp;redlink=1" class="new" title="Praetorians (page does not exist)">Praetorians</a>
</li>
<li> <a href="/w/index.php?title=Primordia&amp;action=edit&amp;redlink=1" class="new" title="Primordia (page does not exist)">Primordia</a>
</li>
<li> <s><a href="/wiki/Prince_of_Persia:_The_Sands_of_Time" title="Prince of Persia: The Sands of Time">Prince of Persia: The Sands of Time</a></s>
</li>
<li> <s><a href="/wiki/Prince_of_Persia:_Warrior_Within" title="Prince of Persia: Warrior Within">Prince of Persia: Warrior Within</a></s>
</li>
<li> <s><a href="/wiki/Prince_of_Persia:_The_Two_Thrones" title="Prince of Persia: The Two Thrones">Prince of Persia: The Two Thrones</a></s>
</li>
<li> <a href="/wiki/Prince_of_Persia_(2008)" title="Prince of Persia (2008)">Prince of Persia (2008)</a>
</li>
<li> <s><a href="/wiki/Privateer_2:_The_Darkening" title="Privateer 2: The Darkening">Privateer 2: The Darkening</a></s>
</li>
<li> <a href="/w/index.php?title=Pro_Pinball_Big_Race_USA&amp;action=edit&amp;redlink=1" class="new" title="Pro Pinball Big Race USA (page does not exist)">Pro Pinball Big Race USA</a>
</li>
<li> <a href="/w/index.php?title=Pro_Pinball_Fantastic_Journey&amp;action=edit&amp;redlink=1" class="new" title="Pro Pinball Fantastic Journey (page does not exist)">Pro Pinball Fantastic Journey</a>
</li>
<li> <a href="/w/index.php?title=Pro_Pinball_Timeshock&amp;action=edit&amp;redlink=1" class="new" title="Pro Pinball Timeshock (page does not exist)">Pro Pinball Timeshock</a>
</li>
<li> <a href="/wiki/Project_Eden" title="Project Eden">Project Eden</a>
</li>
<li> <s><a href="/wiki/Psychonauts" title="Psychonauts">Psychonauts</a></s>
</li>
<li> <s><a href="/wiki/Puddle" title="Puddle">Puddle</a></s>
</li>
<li> <a href="/w/index.php?title=Pure_Pinball_2_REDUX&amp;action=edit&amp;redlink=1" class="new" title="Pure Pinball 2 REDUX (page does not exist)">Pure Pinball 2 REDUX</a>
</li>
<li> <s><a href="/wiki/Q.U.B.E.:_DIRECTOR%27S_CUT" title="Q.U.B.E.: DIRECTOR'S CUT" class="mw-redirect">Q.U.B.E.: DIRECTOR'S CUT</a></s>
</li>
<li> <a href="/w/index.php?title=Quest_for_Glory:_So_You_Want_to_Be_a_Hero&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory: So You Want to Be a Hero (page does not exist)">Quest for Glory: So You Want to Be a Hero</a> - part of "Quest for Glory 1-5"
</li>
<li> <s><a href="/wiki/Quest_for_Glory_II:_Trial_by_Fire" title="Quest for Glory II: Trial by Fire">Quest for Glory II: Trial by Fire</a></s> - part of "Quest for Glory 1-5"
</li>
<li> <a href="/w/index.php?title=Quest_for_Glory_III:_Wages_of_War&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory III: Wages of War (page does not exist)">Quest for Glory III: Wages of War</a> - part of "Quest for Glory 1-5"
</li>
<li> <a href="/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory IV: Shadows of Darkness (page does not exist)">Quest for Glory IV: Shadows of Darkness</a> - part of "Quest for Glory 1-5"
</li>
<li> <a href="/w/index.php?title=Quest_for_Glory_V:_Dragon_Fire&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory V: Dragon Fire (page does not exist)">Quest for Glory V: Dragon Fire</a> - part of "Quest for Glory 1-5"
</li>
<li> <a href="/wiki/Quest_for_Infamy" title="Quest for Infamy">Quest for Infamy</a>
</li>
<li> <a href="/wiki/Race_Driver:_Grid" title="Race Driver: Grid">Race Driver: Grid</a>
</li>
<li> <s><a href="/wiki/Race_The_Sun" title="Race The Sun" class="mw-redirect">Race The Sun</a></s>
</li>
<li> <a href="/wiki/Raiden_III_Digital_Edition" title="Raiden III Digital Edition">Raiden III Digital Edition</a>
</li>
<li> <s><a href="/wiki/Raiden_Legacy" title="Raiden Legacy">Raiden Legacy</a></s>
</li>
<li> <a href="/wiki/Randal%27s_Monday" title="Randal's Monday">Randal's Monday</a>
</li>
<li> <s><a href="/wiki/Raptor:_Call_of_the_Shadows_2010_Edition" title="Raptor: Call of the Shadows 2010 Edition">Raptor: Call of the Shadows 2010 Edition</a></s>
</li>
<li> <a href="/wiki/The_Raven_-_Legacy_of_a_Master_Thief" title="The Raven - Legacy of a Master Thief" class="mw-redirect">The Raven - Legacy of a Master Thief</a>
</li>
<li> <s><a href="/wiki/Rayman_Forever" title="Rayman Forever" class="mw-redirect">Rayman Forever</a></s>
</li>
<li> <s><a href="/wiki/Rayman_2:_The_Great_Escape" title="Rayman 2: The Great Escape">Rayman 2: The Great Escape</a></s>
</li>
<li> <s><a href="/wiki/Rayman_3_Hoodlum_Havoc" title="Rayman 3 Hoodlum Havoc" class="mw-redirect">Rayman 3 Hoodlum Havoc</a></s>
</li>
<li> <a href="/wiki/Rayman_Origins" title="Rayman Origins">Rayman Origins</a>
</li>
<li> <a href="/wiki/The_Real_Texas" title="The Real Texas">The Real Texas</a>
</li>
<li> <s><a href="/wiki/Real_Myst" title="Real Myst" class="mw-redirect">Real Myst</a></s>
</li>
<li> <s><a href="/wiki/RealMyst:_Masterpiece_Edition" title="RealMyst: Masterpiece Edition">RealMyst: Masterpiece Edition</a></s>
</li>
<li> <s><a href="/wiki/Realms_of_Arkania:_Blade_of_Destiny" title="Realms of Arkania: Blade of Destiny">Realms of Arkania: Blade of Destiny</a></s> - part of "Realms of Arkania 1+2"
</li>
<li> <s><a href="/wiki/Realms_of_Arkania_2:_Star_Trail" title="Realms of Arkania 2: Star Trail" class="mw-redirect">Realms of Arkania 2: Star Trail</a></s> - part of "Realms of Arkania 1+2"
</li>
<li> <a href="/wiki/Realms_of_Arkania_3" title="Realms of Arkania 3" class="mw-redirect">Realms of Arkania 3</a>
</li>
<li> <a href="/wiki/Realms_of_Chaos" title="Realms of Chaos">Realms of Chaos</a>
</li>
<li> <a href="/wiki/Realms_of_the_Haunting" title="Realms of the Haunting">Realms of the Haunting</a>
</li>
<li> <a href="/wiki/Red_Baron" title="Red Baron">Red Baron</a> - part of "Red Baron Pack", includes Mission Builder expansion
</li>
<li> <a href="/wiki/Red_Baron_3D" title="Red Baron 3D">Red Baron 3D</a> - part of "Red Baron Pack"
</li>
<li> <a href="/wiki/Redline" title="Redline">Redline</a>
</li>
<li> <s><a href="/wiki/Redneck_Rampage" title="Redneck Rampage">Redneck Rampage</a></s> - part of "Redneck Rampage Collection", includes expansion
</li>
<li> <s><a href="/wiki/Redneck_Rampage_Rides_Again" title="Redneck Rampage Rides Again">Redneck Rampage Rides Again</a></s> - part of "Redneck Rampage Collection"
</li>
<li> <s><a href="/wiki/Redshirt" title="Redshirt">Redshirt</a></s>
</li>
<li> <a href="/wiki/Reprisal_Universe" title="Reprisal Universe">Reprisal Universe</a>
</li>
<li> <s><a href="/wiki/Resonance" title="Resonance">Resonance</a></s>
</li>
<li> <a href="/wiki/Restaurant_Empire" title="Restaurant Empire">Restaurant Empire</a>
</li>
<li> <s><a href="/wiki/Retro_City_Rampage" title="Retro City Rampage">Retro City Rampage</a></s>
</li>
<li> <a href="/wiki/Return_to_Krondor" title="Return to Krondor">Return to Krondor</a>
</li>
<li> <a href="/wiki/Return_To_Mysterious_Island" title="Return To Mysterious Island" class="mw-redirect">Return To Mysterious Island</a>
</li>
<li> <s><a href="/wiki/Return_to_Zork" title="Return to Zork">Return to Zork</a></s>
</li>
<li> <s><a href="/wiki/Reus" title="Reus">Reus</a></s>
</li>
<li> <a href="/wiki/REVOLVER360_RE:ACTOR" title="REVOLVER360 RE:ACTOR">REVOLVER360 RE:ACTOR</a>
</li>
<li> <a href="/wiki/Rex_Nebular_and_the_Cosmic_Gender_Bender" title="Rex Nebular and the Cosmic Gender Bender">Rex Nebular and the Cosmic Gender Bender</a>
</li>
<li> <s><a href="/wiki/Richard_%26_Alice" title="Richard &amp; Alice">Richard &amp; Alice</a></s>
</li>
<li> <a href="/wiki/Ring_Runner:_Flight_of_the_Sages" title="Ring Runner: Flight of the Sages">Ring Runner: Flight of the Sages</a>
</li>
<li> <s><a href="/wiki/Risen" title="Risen">Risen</a></s>
</li>
<li> <s><a href="/wiki/Risen_2:_Dark_Waters" title="Risen 2: Dark Waters">Risen 2: Dark Waters</a></s> - standard or Gold Edition
</li>
<li> <s><a href="/wiki/Rise_of_the_Triad:_Dark_War" title="Rise of the Triad: Dark War">Rise of the Triad: Dark War</a></s>
</li>
<li> <s><a href="/wiki/Rise_of_the_Triad" title="Rise of the Triad">Rise of the Triad</a></s> (2013)
</li>
<li> <s><a href="/wiki/Risk_of_Rain" title="Risk of Rain">Risk of Rain</a></s>
</li>
<li> <s><a href="/wiki/Riven:_The_Sequel_to_Myst" title="Riven: The Sequel to Myst" class="mw-redirect">Riven: The Sequel to Myst</a></s>
</li>
<li> <a href="/wiki/Robin_Hood:_The_Legend_of_Sherwood" title="Robin Hood: The Legend of Sherwood">Robin Hood: The Legend of Sherwood</a>
</li>
<li> <a href="/wiki/Robinson%27s_Requiem" title="Robinson's Requiem">Robinson's Requiem</a> - part of "Robinson's Requiem Collection"
</li>
<li> <a href="/wiki/Rocket_Ranger" title="Rocket Ranger">Rocket Ranger</a> - sold as "Rocket Ranger (Emulated Amiga Edition)"
</li>
<li> <s><a href="/wiki/Rogue_Legacy" title="Rogue Legacy">Rogue Legacy</a></s>
</li>
<li> <a href="/wiki/Rogue_Trooper" title="Rogue Trooper">Rogue Trooper</a>
</li>
<li> <s><a href="/wiki/RollerCoaster_Tycoon_Deluxe" title="RollerCoaster Tycoon Deluxe" class="mw-redirect">RollerCoaster Tycoon Deluxe</a></s>
</li>
<li> <s><a href="/wiki/RollerCoaster_Tycoon_2:_Triple_Thrill_Pack" title="RollerCoaster Tycoon 2: Triple Thrill Pack" class="mw-redirect">RollerCoaster Tycoon 2: Triple Thrill Pack</a></s>
</li>
<li> <a href="/wiki/RollerCoaster_Tycoon_3:_Platinum" title="RollerCoaster Tycoon 3: Platinum" class="mw-redirect">RollerCoaster Tycoon 3: Platinum</a>
</li>
<li> <a href="/wiki/Runaway:_A_Road_Adventure" title="Runaway: A Road Adventure">Runaway: A Road Adventure</a>
</li>
<li> <s><a href="/wiki/Runaway_2:_The_Dream_of_the_Turtle" title="Runaway 2: The Dream of the Turtle">Runaway 2: The Dream of the Turtle</a></s>
</li>
<li> <a href="/wiki/Runaway_3:_A_Twist_of_Fate" title="Runaway 3: A Twist of Fate">Runaway 3: A Twist of Fate</a>
</li>
<li> <a href="/wiki/Rune_Classic" title="Rune Classic" class="mw-redirect">Rune Classic</a>
</li>
<li> <a href="/wiki/Sacred" title="Sacred">Sacred Gold</a>
</li>
<li> <a href="/wiki/Sacred_2:_Fallen_Angel" title="Sacred 2: Fallen Angel">Sacred 2 Gold</a>
</li>
<li> <s><a href="/wiki/Sacrifice" title="Sacrifice">Sacrifice</a></s>
</li>
<li> <a href="/wiki/Sam_%26_Max_Hit_the_Road" title="Sam &amp; Max Hit the Road">Sam &amp; Max Hit the Road</a>
</li>
<li> <s><a href="/wiki/Sam_%26_Max:_Beyond_Time_and_Space" title="Sam &amp; Max: Beyond Time and Space" class="mw-redirect">Sam &amp; Max: Beyond Time and Space</a></s>
</li>
<li> <s><a href="/wiki/Sam_%26_Max:_Save_the_World" title="Sam &amp; Max: Save the World" class="mw-redirect">Sam &amp; Max: Save the World</a></s>
</li>
<li> <s><a href="/wiki/Sam_%26_Max:_The_Devil%27s_Playhouse" title="Sam &amp; Max: The Devil's Playhouse">Sam &amp; Max: The Devil's Playhouse</a></s>
</li>
<li> <a href="/wiki/The_Samaritan_Paradox" title="The Samaritan Paradox">The Samaritan Paradox</a>
</li>
<li> <a href="/wiki/Sanctuary_RPG:_Black_Edition" title="Sanctuary RPG: Black Edition">Sanctuary RPG: Black Edition</a>
</li>
<li> <s><a href="/wiki/Sang-Froid_-_Tales_of_Werewolves" title="Sang-Froid - Tales of Werewolves">Sang-Froid - Tales of Werewolves</a></s>
</li>
<li> <a href="/wiki/Sanitarium" title="Sanitarium">Sanitarium</a>
</li>
<li> <a href="/wiki/Satellite_Reign" title="Satellite Reign">Satellite Reign</a>
</li>
<li> <a href="/wiki/Schein" title="Schein">Schein</a>
</li>
<li> <a href="/wiki/Scratches_Director%27s_Cut" title="Scratches Director's Cut" class="mw-redirect">Scratches Director's Cut</a>
</li>
<li> <a href="/wiki/Screamer" title="Screamer">Screamer</a>
</li>
<li> <a href="/wiki/Screamer_2" title="Screamer 2">Screamer 2</a>
</li>
<li> <a href="/wiki/Screamer_4x4" title="Screamer 4x4">Screamer 4x4</a>
</li>
<li> <a href="/wiki/Screencheat" title="Screencheat">Screencheat</a>
</li>
<li> <a href="/wiki/Sea_Dogs" title="Sea Dogs">Sea Dogs</a>
</li>
<li> <s><a href="/wiki/The_Secret_of_Monkey_Island:_Special_Edition" title="The Secret of Monkey Island: Special Edition">The Secret of Monkey Island: Special Edition</a></s>
</li>
<li> <a href="/wiki/Sensible_Soccer_2006" title="Sensible Soccer 2006">Sensible Soccer 2006</a>
</li>
<li> <a href="/wiki/Sensible_World_of_Soccer_96/97" title="Sensible World of Soccer 96/97">Sensible World of Soccer 96/97</a>
</li>
<li> <a href="/wiki/Septerra_Core:_Legacy_of_the_Creator" title="Septerra Core: Legacy of the Creator">Septerra Core: Legacy of the Creator</a>
</li>
<li> <s><a href="/wiki/Serious_Sam:_The_First_Encounter" title="Serious Sam: The First Encounter">Serious Sam: The First Encounter</a></s>
</li>
<li> <s><a href="/wiki/Serious_Sam:_The_Second_Encounter" title="Serious Sam: The Second Encounter">Serious Sam: The Second Encounter</a></s>
</li>
<li> <s><a href="/wiki/The_Settlers_2:_10th_Anniversary" title="The Settlers 2: 10th Anniversary" class="mw-redirect">The Settlers 2: 10th Anniversary</a></s>
</li>
<li> <a href="/wiki/The_Settlers_2:_Gold_Edition" title="The Settlers 2: Gold Edition" class="mw-redirect">The Settlers 2: Gold Edition</a>
</li>
<li> <s><a href="/wiki/The_Settlers_3:_Ultimate_Collection" title="The Settlers 3: Ultimate Collection" class="mw-redirect">The Settlers 3: Ultimate Collection</a></s>
</li>
<li> <a href="/wiki/The_Settlers_IV:_Gold_Edition" title="The Settlers IV: Gold Edition" class="mw-redirect">The Settlers IV: Gold Edition</a>
</li>
<li> <a href="/wiki/Seven_Cities_of_Gold:_Commemorative_Edition" title="Seven Cities of Gold: Commemorative Edition">Seven Cities of Gold: Commemorative Edition</a>
</li>
<li> <a href="/wiki/Seven_Kingdoms:_Ancient_Adversaries" title="Seven Kingdoms: Ancient Adversaries" class="mw-redirect">Seven Kingdoms: Ancient Adversaries</a>
</li>
<li> <a href="/wiki/Seven_Kingdoms_II:_The_Fryhtan_Wars" title="Seven Kingdoms II: The Fryhtan Wars">Seven Kingdoms II: The Fryhtan Wars</a> - bundled with "Seven Kingdoms 2 HD"
</li>
<li> <a href="/wiki/Seven_Kingdoms_2_HD" title="Seven Kingdoms 2 HD">Seven Kingdoms 2 HD</a>
</li>
<li> <a href="/wiki/Shadowgate_(2014)" title="Shadowgate (2014)">Shadowgate (2014)</a> - standard or Special Edition
</li>
<li> <a href="/wiki/Shadow_Man" title="Shadow Man">Shadow Man</a>
</li>
<li> <a href="/wiki/Shadowrun:_Dragonfall_-_Director%27s_Cut" title="Shadowrun: Dragonfall - Director's Cut">Shadowrun: Dragonfall - Director's Cut</a>
</li>
<li> <s><a href="/wiki/Shadowrun_Returns" title="Shadowrun Returns">Shadowrun Returns</a></s>
</li>
<li> <a href="/wiki/Shadows:_Heretic_Kingdoms" title="Shadows: Heretic Kingdoms">Shadows: Heretic Kingdoms</a>
</li>
<li> <s><a href="/wiki/Shadow_Warrior" title="Shadow Warrior">Shadow Warrior Classic Complete</a></s>
</li>
<li> <s><a href="/wiki/Shadow_Warrior_(2013)" title="Shadow Warrior (2013)">Shadow Warrior (2013)</a></s>
</li>
<li> <s><a href="/wiki/Shadowgrounds" title="Shadowgrounds">Shadowgrounds</a></s>
</li>
<li> <s><a href="/wiki/Shadowgrounds_Survivor" title="Shadowgrounds Survivor" class="mw-redirect">Shadowgrounds Survivor</a></s>
</li>
<li> <a href="/wiki/Shattered_Haven" title="Shattered Haven">Shattered Haven</a>
</li>
<li> <s><a href="/wiki/Shattered_Steel" title="Shattered Steel">Shattered Steel</a></s>
</li>
<li> <a href="/wiki/Shelter" title="Shelter">Shelter</a>
</li>
<li> <a href="/wiki/Shelter_2" title="Shelter 2">Shelter 2</a>
</li>
<li> <a href="/wiki/Sherlock_Holmes:_Secret_of_the_Silver_Earring" title="Sherlock Holmes: Secret of the Silver Earring">Sherlock Holmes: Secret of the Silver Earring</a>
</li>
<li> <s><a href="/wiki/The_Shivah" title="The Shivah" class="mw-redirect">The Shivah "Kosher Edition"</a></s>
</li>
<li> <a href="/wiki/Shogo:_Mobile_Armor_Division" title="Shogo: Mobile Armor Division">Shogo: Mobile Armor Division</a>
</li>
<li> <s><a href="/wiki/Shovel_Knight" title="Shovel Knight">Shovel Knight</a></s>
</li>
<li> <s><a href="/wiki/Sid_Meier%27s_Alpha_Centauri" title="Sid Meier's Alpha Centauri">Sid Meier's Alpha Centauri</a></s>
</li>
<li> <s><a href="/wiki/Sid_Meier%27s_Colonization" title="Sid Meier's Colonization">Sid Meier's Colonization</a></s>
</li>
<li> <a href="/wiki/Sid_Meier%27s_Covert_Action" title="Sid Meier's Covert Action">Sid Meier's Covert Action</a>
</li>
<li> <a href="/wiki/Sid_Meier%27s_Pirates!" title="Sid Meier's Pirates!">Sid Meier's Pirates!</a> - part of "Pirates! Gold Plus"
</li>
<li> <s><a href="/wiki/Signal_Ops" title="Signal Ops">Signal Ops</a></s>
</li>
<li> <a href="/wiki/Silent_Hunter_2" title="Silent Hunter 2">Silent Hunter 2</a>
</li>
<li> <a href="/wiki/Silent_Service" title="Silent Service">Silent Service</a> - part of "Silent Service 1+2"
</li>
<li> <a href="/wiki/Silent_Service_II" title="Silent Service II">Silent Service II</a> - part of "Silent Service 1+2"
</li>
<li> <s><a href="/wiki/Silent_Storm" title="Silent Storm">Silent Storm</a></s> - available as "S2: Silent Storm Gold Edition"
</li>
<li> <s><a href="/wiki/SimCity_2000_Special_Edition" title="SimCity 2000 Special Edition" class="mw-redirect">SimCity 2000 Special Edition</a></s>
</li>
<li> <a href="/wiki/SimCity_4_Deluxe_Edition" title="SimCity 4 Deluxe Edition" class="mw-redirect">SimCity 4 Deluxe Edition</a>
</li>
<li> <a href="/wiki/Simon_the_Sorcerer" title="Simon the Sorcerer">Simon the Sorcerer</a>
</li>
<li> <a href="/wiki/Simon_the_Sorcerer_2" title="Simon the Sorcerer 2" class="mw-redirect">Simon the Sorcerer 2</a>
</li>
<li> <a href="/wiki/Simon_the_Sorcerer_3D" title="Simon the Sorcerer 3D">Simon the Sorcerer 3D</a>
</li>
<li> <s><a href="/wiki/SiN" title="SiN">SiN</a></s> - available as "SiN Gold", includes the "SiN: Wages of Sin" expansion
</li>
<li> <s><a href="/wiki/Sir,_You_Are_Being_Hunted" title="Sir, You Are Being Hunted">Sir, You Are Being Hunted</a></s>
</li>
<li> <a href="/wiki/Skulls_of_the_Shogun" title="Skulls of the Shogun">Skulls of the Shogun</a>
</li>
<li> <a href="/wiki/Slave_Zero" title="Slave Zero">Slave Zero</a>
</li>
<li> <a href="/wiki/Slender:_The_Arrival" title="Slender: The Arrival">Slender: The Arrival</a>
</li>
<li> <a href="/wiki/Slipstream_5000" title="Slipstream 5000">Slipstream 5000</a>
</li>
<li> <a href="/wiki/Smugglers_V" title="Smugglers V">Smugglers V</a>
</li>
<li> <a href="/wiki/Smugglers_V:_Invasion" title="Smugglers V: Invasion">Smugglers V: Invasion</a>
</li>
<li> <s><a href="/wiki/Snapshot" title="Snapshot">Snapshot</a></s>
</li>
<li> <a href="/wiki/Sniper_Elite:_Berlin_1945" title="Sniper Elite: Berlin 1945" class="mw-redirect">Sniper Elite: Berlin 1945</a>
</li>
<li> <a href="/wiki/Softporn_Adventure" title="Softporn Adventure">Softporn Adventure</a> - part of "Leisure Suit Larry" bundle
</li>
<li> <a href="/wiki/Sokobond" title="Sokobond">Sokobond</a>
</li>
<li> <a href="/wiki/Soldiers:_Heroes_of_World_War_II" title="Soldiers: Heroes of World War II">Soldiers: Heroes of World War II</a>
</li>
<li> <a href="/wiki/Soulbringer" title="Soulbringer">Soulbringer</a>
</li>
<li> <s><a href="/wiki/Space_Colony_HD" title="Space Colony HD">Space Colony HD</a></s>
</li>
<li> <s><a href="/wiki/Space_Empires_IV" title="Space Empires IV">Space Empires IV</a></s> - available as "Space Empires IV: Deluxe"
</li>
<li> <s><a href="/wiki/Space_Quest:_The_Sarien_Encounter" title="Space Quest: The Sarien Encounter" class="mw-redirect">Space Quest: The Sarien Encounter</a></s> - part of "Space Quest 1+2+3"
</li>
<li> <s><a href="/wiki/Space_Quest_II:_Vohaul%27s_Revenge" title="Space Quest II: Vohaul's Revenge" class="mw-redirect">Space Quest II: Vohaul's Revenge</a></s> - part of "Space Quest 1+2+3"
</li>
<li> <s><a href="/wiki/Space_Quest_III:_The_Pirates_of_Pestulon" title="Space Quest III: The Pirates of Pestulon">Space Quest III: The Pirates of Pestulon</a></s> - part of "Space Quest 1+2+3"
</li>
<li> <s><a href="/wiki/Space_Quest_IV:_Roger_Wilco_and_the_Time_Rippers" title="Space Quest IV: Roger Wilco and the Time Rippers">Space Quest IV: Roger Wilco and the Time Rippers</a></s> - part of "Space Quest 4+5+6"
</li>
<li> <s><a href="/wiki/Space_Quest_V:_The_Next_Mutation" title="Space Quest V: The Next Mutation" class="mw-redirect">Space Quest V: The Next Mutation</a></s> - part of "Space Quest 4+5+6"
</li>
<li> <s><a href="/wiki/Space_Quest_6:_Roger_Wilco_in_The_Spinal_Frontier" title="Space Quest 6: Roger Wilco in The Spinal Frontier">Space Quest 6: Roger Wilco in The Spinal Frontier</a></s> - part of "Space Quest 4+5+6"
</li>
<li> <s><a href="/wiki/SpaceChem" title="SpaceChem">SpaceChem</a></s>
</li>
<li> <a href="/wiki/Spacecom" title="Spacecom">Spacecom</a>
</li>
<li> <a href="/wiki/Space_Rangers_HD:_A_War_Apart" title="Space Rangers HD: A War Apart">Space Rangers HD: A War Apart</a>
</li>
<li> <a href="/wiki/Space_Run:_Fast_and_Safe_Delivery" title="Space Run: Fast and Safe Delivery" class="mw-redirect">Space Run: Fast and Safe Delivery</a>
</li>
<li> <a href="/wiki/Speedball_2_HD" title="Speedball 2 HD">Speedball 2 HD</a>
</li>
<li> <a href="/wiki/Speed_Busters:_American_Highways" title="Speed Busters: American Highways">Speed Busters: American Highways</a>
</li>
<li> <s><a href="/wiki/Spelunky" title="Spelunky">Spelunky</a></s>
</li>
<li> <a href="/wiki/Spycraft:_The_Great_Game" title="Spycraft: The Great Game">Spycraft: The Great Game</a>
</li>
<li> <s><a href="/wiki/Stacking" title="Stacking">Stacking</a></s>
</li>
<li> <s><a href="/wiki/S.T.A.L.K.E.R.:_Shadow_of_Chernobyl" title="S.T.A.L.K.E.R.: Shadow of Chernobyl">S.T.A.L.K.E.R.: Shadow of Chernobyl</a></s>
</li>
<li> <s><a href="/wiki/S.T.A.L.K.E.R.:_Clear_Sky" title="S.T.A.L.K.E.R.: Clear Sky">S.T.A.L.K.E.R.: Clear Sky</a></s>
</li>
<li> <s><a href="/wiki/S.T.A.L.K.E.R.:_Call_of_Pripyat" title="S.T.A.L.K.E.R.: Call of Pripyat">S.T.A.L.K.E.R.: Call of Pripyat</a></s>
</li>
<li> <a href="/wiki/Star_Control" title="Star Control">Star Control</a> - part of "Star Control 1+2"
</li>
<li> <a href="/wiki/Star_Control_2" title="Star Control 2" class="mw-redirect">Star Control 2</a> - part of "Star Control 1+2"
</li>
<li> <a href="/wiki/Star_Control_3" title="Star Control 3">Star Control 3</a>
</li>
<li> <s><a href="/wiki/Stargunner" title="Stargunner">Stargunner</a></s>
</li>
<li> <a href="/wiki/Starpoint_Gemini_2" title="Starpoint Gemini 2">Starpoint Gemini 2</a>
</li>
<li> <a href="/wiki/Star_Ruler_2" title="Star Ruler 2">Star Ruler 2</a>
</li>
<li> <a href="/wiki/Star_Wars:_Battlefront_II" title="Star Wars: Battlefront II">Star Wars: Battlefront II</a>
</li>
<li> <a href="/wiki/Star_Wars:_Dark_Forces" title="Star Wars: Dark Forces">Star Wars: Dark Forces</a>
</li>
<li> <a href="/wiki/Star_Wars:_Empire_at_War" title="Star Wars: Empire at War">Star Wars: Empire at War</a> - sold as "Star Wars: Empire at War: Gold Pack"
</li>
<li> <a href="/wiki/Star_Wars:_Galactic_Battlegrounds" title="Star Wars: Galactic Battlegrounds">Star Wars: Galactic Battlegrounds</a> - sold as "Star Wars Galactic Battlegrounds Saga"
</li>
<li> <a href="/wiki/Star_Wars:_Jedi_Knight:_Dark_Forces_II" title="Star Wars: Jedi Knight: Dark Forces II" class="mw-redirect">Star Wars: Jedi Knight: Dark Forces II</a>
</li>
<li> <s><a href="/wiki/Star_Wars:_Knights_of_the_Old_Republic" title="Star Wars: Knights of the Old Republic">Star Wars: Knights of the Old Republic</a></s>
</li>
<li> <a href="/wiki/Star_Wars:_Knights_of_the_Old_Republic_II_%E2%80%93_The_Sith_Lords" title="Star Wars: Knights of the Old Republic II – The Sith Lords">Star Wars: Knights of the Old Republic II – The Sith Lords</a>
</li>
<li> <a href="/wiki/Star_Wars:_Rebellion" title="Star Wars: Rebellion">Star Wars: Rebellion&lrm;</a>
</li>
<li> <a href="/wiki/Star_Wars:_Republic_Commando" title="Star Wars: Republic Commando">Star Wars: Republic Commando</a>
</li>
<li> <a href="/wiki/Star_Wars:_Rogue_Squadron_3D" title="Star Wars: Rogue Squadron 3D">Star Wars: Rogue Squadron 3D</a>
</li>
<li> <a href="/wiki/Star_Wars:_Starfighter" title="Star Wars: Starfighter">Star Wars: Starfighter</a>
</li>
<li> <a href="/wiki/Star_Wars:_TIE_Fighter_Special_Edition" title="Star Wars: TIE Fighter Special Edition" class="mw-redirect">Star Wars: TIE Fighter Special Edition</a>
</li>
<li> <a href="/wiki/Star_Wars:_X-Wing_Alliance" title="Star Wars: X-Wing Alliance">Star Wars: X-Wing Alliance</a>
</li>
<li> <a href="/wiki/Star_Wars:_X-Wing_vs._TIE_Fighter" title="Star Wars: X-Wing vs. TIE Fighter">Star Wars: X-Wing vs. TIE Fighter</a>
</li>
<li> <a href="/wiki/Star_Wars:_X-Wing_Special_Edition" title="Star Wars: X-Wing Special Edition" class="mw-redirect">Star Wars: X-Wing Special Edition</a>
</li>
<li> <a href="/wiki/Star_Wolves" title="Star Wolves">Star Wolves</a>
</li>
<li> <a href="/wiki/Starflight" title="Starflight">Starflight</a> - part of "Starflight 1+2"
</li>
<li> <a href="/wiki/Starflight_2" title="Starflight 2">Starflight 2</a> - part of "Starflight 1+2"
</li>
<li> <a href="/wiki/Startopia" title="Startopia">Startopia</a>
</li>
<li> <s><a href="/wiki/SteamWorld_Dig" title="SteamWorld Dig">SteamWorld Dig</a></s>
</li>
<li> <s><a href="/wiki/Stick_it_to_the_Man!" title="Stick it to the Man!" class="mw-redirect">Stick it to the Man!</a></s>
</li>
<li> <a href="/wiki/Still_Life" title="Still Life">Still Life</a>
</li>
<li> <s><a href="/wiki/Still_Life_2" title="Still Life 2">Still Life 2</a></s>
</li>
<li> <s><a href="/wiki/Stonekeep" title="Stonekeep">Stonekeep</a></s>
</li>
<li> <s><a href="/wiki/Strategic_Command:_European_Theater" title="Strategic Command: European Theater">Strategic Command: European Theater</a></s>
</li>
<li> <a href="/wiki/Street_Fighter_Alpha_2" title="Street Fighter Alpha 2">Street Fighter Alpha 2</a>
</li>
<li> <a href="/wiki/Strike_Commander" title="Strike Commander">Strike Commander</a>
</li>
<li> <s><a href="/wiki/Strike_Suit_Zero:_Director%27s_Cut" title="Strike Suit Zero: Director's Cut">Strike Suit Zero: Director's Cut</a></s>
</li>
<li> <a href="/wiki/Stronghold_Crusader_HD" title="Stronghold Crusader HD" class="mw-redirect">Stronghold Crusader HD</a>
</li>
<li> <s><a href="/wiki/Stronghold_HD" title="Stronghold HD" class="mw-redirect">Stronghold HD</a></s>
</li>
<li> <a href="/wiki/Subwar_2050" title="Subwar 2050">Subwar 2050</a> - available as "Subwar 2050 Complete", includes "The Plot Deepens" expansion
</li>
<li> <a href="/wiki/Sudeki" title="Sudeki">Sudeki</a>
</li>
<li> <a href="/wiki/Sunless_Sea" title="Sunless Sea">Sunless Sea</a>
</li>
<li> <a href="/wiki/Superfrog" title="Superfrog">Superfrog</a>
</li>
<li> <s><a href="/wiki/Superfrog_HD" title="Superfrog HD">Superfrog HD</a></s>
</li>
<li> <s><a href="/wiki/Super_Hexagon" title="Super Hexagon">Super Hexagon</a></s>
</li>
<li> <s><a href="/wiki/Super_Puzzle_Platformer_Deluxe" title="Super Puzzle Platformer Deluxe">Super Puzzle Platformer Deluxe</a></s>
</li>
<li> <a href="/wiki/Super_Time_Force_Ultra" title="Super Time Force Ultra">Super Time Force Ultra</a>
</li>
<li> <a href="/wiki/Supreme_League_of_Patriots:_Season_Pass" title="Supreme League of Patriots: Season Pass" class="mw-redirect">Supreme League of Patriots: Season Pass</a>
</li>
<li> <a href="/wiki/Supreme_Ruler_2010" title="Supreme Ruler 2010">Supreme Ruler 2010</a>
</li>
<li> <a href="/wiki/Supreme_Ruler_2020" title="Supreme Ruler 2020">Supreme Ruler 2020</a> - available as "Supreme Ruler 2020 Gold Edition", includes "Global Crisis" expansion
</li>
<li> <s><a href="/wiki/Surgeon_Simulator_2013" title="Surgeon Simulator 2013">Surgeon Simulator 2013</a></s>
</li>
<li> <s><a href="/wiki/The_Swapper" title="The Swapper">The Swapper</a></s>
</li>
<li> <s><a href="/wiki/SWAT_3:_Tactical_Game_of_the_Year_Edition" title="SWAT 3: Tactical Game of the Year Edition" class="mw-redirect">SWAT 3: Tactical Game of the Year Edition</a></s>
</li>
<li> <a href="/wiki/Sword_of_the_Samurai" title="Sword of the Samurai">Sword of the Samurai</a>
</li>
<li> <s><a href="/wiki/Sword_of_the_Stars:_The_Pit" title="Sword of the Stars: The Pit">Sword of the Stars: The Pit</a></s> - also available in the form of a <i>Gold Edition</i>
</li>
<li> <s><a href="/wiki/Syberia" title="Syberia">Syberia</a></s>
</li>
<li> <s><a href="/wiki/Syberia_2" title="Syberia 2" class="mw-redirect">Syberia 2</a></s>
</li>
<li> <s><a href="/wiki/Symphony" title="Symphony">Symphony</a></s>
</li>
<li> <a href="/wiki/Syndicate" title="Syndicate">Syndicate</a>
</li>
<li> <a href="/wiki/Syndicate_Wars" title="Syndicate Wars">Syndicate Wars</a>
</li>
<li> <s><a href="/wiki/System_Shock_2" title="System Shock 2">System Shock 2</a></s>
</li>
<li> <a href="/wiki/Tales_from_Space:_Mutant_Blobs_Attack" title="Tales from Space: Mutant Blobs Attack">Tales from Space: Mutant Blobs Attack</a>
</li>
<li> <a href="/wiki/Tales_of_Maj%27Eyal" title="Tales of Maj'Eyal">Tales of Maj'Eyal</a>
</li>
<li> <s><a href="/wiki/Tales_of_Monkey_Island" title="Tales of Monkey Island">Tales of Monkey Island</a></s>
</li>
<li> <s><a href="/wiki/Teenagent" title="Teenagent">Teenagent</a></s>
</li>
<li> <a href="/w/index.php?title=Telepath_Tactics&amp;action=edit&amp;redlink=1" class="new" title="Telepath Tactics (page does not exist)">Telepath Tactics</a>
</li>
<li> <a href="/wiki/The_Temple_of_Elemental_Evil" title="The Temple of Elemental Evil">The Temple of Elemental Evil</a>
</li>
<li> <s><a href="/wiki/Terminal_Velocity" title="Terminal Velocity">Terminal Velocity</a></s>
</li>
<li> <s><a href="/wiki/Terraria" title="Terraria">Terraria</a></s>
</li>
<li> <a href="/wiki/Tesla_Effect:_A_Tex_Murphy_Adventure" title="Tesla Effect: A Tex Murphy Adventure">Tesla Effect: A Tex Murphy Adventure</a>
</li>
<li> <a href="/wiki/Teslagrad" title="Teslagrad">Teslagrad</a>
</li>
<li> <s><a href="/wiki/Tetrobot_and_Co." title="Tetrobot and Co.">Tetrobot and Co.</a></s>
</li>
<li> <s><a href="/wiki/Tex_Murphy:_Mean_Streets" title="Tex Murphy: Mean Streets">Tex Murphy: Mean Streets</a></s> - part of "Text Murphy 1+2"
</li>
<li> <s><a href="/wiki/Tex_Murphy:_Martian_Memorandum" title="Tex Murphy: Martian Memorandum">Tex Murphy: Martian Memorandum</a></s> - part of "Text Murphy 1+2"
</li>
<li> <a href="/wiki/Tex_Murphy:_Overseer" title="Tex Murphy: Overseer">Tex Murphy: Overseer</a>
</li>
<li> <a href="/wiki/Tex_Murphy:_The_Pandora_Directive" title="Tex Murphy: The Pandora Directive">Tex Murphy: The Pandora Directive</a>
</li>
<li> <a href="/wiki/Tex_Murphy:_Under_a_Killing_Moon" title="Tex Murphy: Under a Killing Moon">Tex Murphy: Under a Killing Moon</a>
</li>
<li> <a href="/wiki/Theme_Park" title="Theme Park">Theme Park</a>
</li>
<li> <a href="/wiki/Theme_Hospital" title="Theme Hospital">Theme Hospital</a>
</li>
<li> <s><a href="/wiki/Thief_II:_The_Metal_Age" title="Thief II: The Metal Age">Thief II: The Metal Age</a></s>
</li>
<li> <s><a href="/wiki/Thief_3:_Deadly_Shadows" title="Thief 3: Deadly Shadows" class="mw-redirect">Thief 3: Deadly Shadows</a></s>
</li>
<li> <s><a href="/wiki/THIEF_GOLD" title="THIEF GOLD" class="mw-redirect">THIEF GOLD</a></s>
</li>
<li> <a href="/wiki/This_War_of_Mine" title="This War of Mine">This War of Mine</a>
</li>
<li> <s><a href="/wiki/Thunderscape" title="Thunderscape">Thunderscape</a></s>
</li>
<li> <a href="/wiki/Time_Commando" title="Time Commando">Time Commando</a>
</li>
<li> <s><a href="/wiki/Time_Gentlemen,_Please!" title="Time Gentlemen, Please!">Time Gentlemen, Please!</a></s> - part of the "Time, Gentlemen Please! + Ben There, Dan That!" pack
</li>
<li> <s><a href="/wiki/Tiny_and_Big:_Grandpa%27s_Leftovers" title="Tiny and Big: Grandpa's Leftovers" class="mw-redirect">Tiny and Big: Grandpa's Leftovers</a></s>
</li>
<li> <a href="/w/index.php?title=Titan_Souls&amp;action=edit&amp;redlink=1" class="new" title="Titan Souls (page does not exist)">Titan Souls</a>
</li>
<li> <s><a href="/wiki/To_the_Moon" title="To the Moon">To the Moon</a></s>
</li>
<li> <a href="/wiki/Tom_Clancy%27s_Ghost_Recon" title="Tom Clancy's Ghost Recon">Tom Clancy's Ghost Recon</a>
</li>
<li> <s><a href="/wiki/Tom_Clancy%27s_Rainbow_Six" title="Tom Clancy's Rainbow Six">Tom Clancy's Rainbow Six</a></s>
</li>
<li> <a href="/wiki/Tom_Clancy%27s_Splinter_Cell" title="Tom Clancy's Splinter Cell">Tom Clancy's Splinter Cell</a>
</li>
<li> <s><a href="/wiki/Tomb_Raider" title="Tomb Raider">Tomb Raider</a></s> - part of "Tomb Raider 1+2+3"
</li>
<li> <s><a href="/wiki/Tomb_Raider_II" title="Tomb Raider II">Tomb Raider II</a></s> - part of "Tomb Raider 1+2+3"
</li>
<li> <s><a href="/wiki/Tomb_Raider_III:_Adventures_of_Lara_Croft" title="Tomb Raider III: Adventures of Lara Croft">Tomb Raider III: Adventures of Lara Croft</a></s> - part of "Tomb Raider 1+2+3"
</li>
<li> <s><a href="/wiki/Tomb_Raider:_The_Angel_of_Darkness" title="Tomb Raider: The Angel of Darkness">Tomb Raider: The Angel of Darkness</a></s>
</li>
<li> <a href="/wiki/Tomb_Raider:_The_Last_Revelation" title="Tomb Raider: The Last Revelation">Tomb Raider: The Last Revelation</a> - part of "Tomb Raider: The Last Revelation + Chronicles"
</li>
<li> <s><a href="/wiki/Tomb_Raider_Chronicles" title="Tomb Raider Chronicles">Tomb Raider Chronicles</a></s> - part of "Tomb Raider: The Last Revelation + Chronicles"
</li>
<li> <a href="/wiki/Toonstruck" title="Toonstruck">Toonstruck</a>
</li>
<li> <s><a href="/wiki/Torchlight" title="Torchlight">Torchlight</a></s>
</li>
<li> <a href="/wiki/Torin%27s_Passage" title="Torin's Passage">Torin's Passage</a>
</li>
<li> <s><a href="/wiki/Total_Annihilation" title="Total Annihilation">Total Annihilation</a></s> - available as "Total Annihilation: Commander Pack"
</li>
<li> <s><a href="/wiki/Total_Annihilation:_Kingdoms" title="Total Annihilation: Kingdoms">Total Annihilation: Kingdoms</a></s> - available as "Total Annihilation: Kingdoms Expansion"
</li>
<li> <a href="/wiki/Total_Overdose:_A_Gunslinger%27s_Tale_in_Mexico" title="Total Overdose: A Gunslinger's Tale in Mexico">Total Overdose: A Gunslinger's Tale in Mexico</a>
</li>
<li> <s><a href="/wiki/Tower_of_Guns" title="Tower of Guns">Tower of Guns</a></s>
</li>
<li> <a href="/wiki/Train_Fever" title="Train Fever">Train Fever</a>
</li>
<li> <s><a href="/wiki/Treasure_Adventure_Game" title="Treasure Adventure Game">Treasure Adventure Game</a></s>
</li>
<li> <a href="/wiki/TRI" title="TRI">TRI</a>
</li>
<li> <s><a href="/wiki/Trine" title="Trine">Trine</a></s>
</li>
<li> <s><a href="/wiki/Trine_2:_Complete_Story" title="Trine 2: Complete Story" class="mw-redirect">Trine 2: Complete Story</a></s>
</li>
<li> <a href="/wiki/Triple_Town" title="Triple Town">Triple Town</a>
</li>
<li> <s><a href="/wiki/Tropico" title="Tropico">Tropico</a></s> - part of "Tropico Reloaded", includes Paradise Island expansion
</li>
<li> <s><a href="/wiki/Tropico_2:_Pirate_Cove" title="Tropico 2: Pirate Cove">Tropico 2: Pirate Cove</a></s> - part of "Tropico Reloaded"
</li>
<li> <s><a href="/wiki/Tropico_3_Gold_Edition" title="Tropico 3 Gold Edition" class="mw-redirect">Tropico 3 Gold Edition</a></s>
</li>
<li> <s><a href="/wiki/Two_Worlds" title="Two Worlds">Two Worlds</a></s>
</li>
<li> <s><a href="/wiki/Two_Worlds_II" title="Two Worlds II">Two Worlds II</a></s> part of "Two Worlds 2: Epic Edition", includes Pirates of the Flying Fortress expansion
</li>
<li> <s><a href="/wiki/Two_Worlds_II:_Castle_Defense" title="Two Worlds II: Castle Defense" class="mw-redirect">Two Worlds II: Castle Defense</a></s> - part of "Two Worlds 2: Epic Edition"
</li>
<li> <s><a href="/wiki/Tyrian_2000" title="Tyrian 2000">Tyrian 2000</a></s>
</li>
<li> <a href="/wiki/Tzar:_The_Burden_of_the_Crown" title="Tzar: The Burden of the Crown">Tzar: The Burden of the Crown</a>
</li>
<li> <a href="/wiki/UFO:_Afterlight" title="UFO: Afterlight">UFO: Afterlight</a>
</li>
<li> <a href="/wiki/UFO:_Aftermath" title="UFO: Aftermath">UFO: Aftermath</a>
</li>
<li> <s><a href="/wiki/UFO:_Aftershock" title="UFO: Aftershock">UFO: Aftershock</a></s>
</li>
<li> <s><a href="/wiki/Ultima_I" title="Ultima I" class="mw-redirect">Ultima I</a></s> - part of "Ultima 1+2+3"
</li>
<li> <s><a href="/wiki/Ultima_II:_Revenge_of_the_Enchantress" title="Ultima II: Revenge of the Enchantress" class="mw-redirect">Ultima II: Revenge of the Enchantress</a></s> - part of "Ultima 1+2+3"
</li>
<li> <s><a href="/wiki/Ultima_III:_Exodus" title="Ultima III: Exodus">Ultima III: Exodus</a></s> - part of "Ultima 1+2+3"
</li>
<li> <s><a href="/wiki/Ultima_4" title="Ultima 4" class="mw-redirect">Ultima 4</a></s> - part of "Ultima 4+5+6", also available separately for free
</li>
<li> <s><a href="/wiki/Ultima_5" title="Ultima 5" class="mw-redirect">Ultima 5</a></s> - part of "Ultima 4+5+6"
</li>
<li> <s><a href="/wiki/Ultima_6" title="Ultima 6" class="mw-redirect">Ultima 6</a></s> - part of "Ultima 4+5+6"
</li>
<li> <s><a href="/wiki/Ultima_VII:_The_Black_Gate" title="Ultima VII: The Black Gate">Ultima VII: The Black Gate</a></s> - part of "Ultima 7 The Complete Edition"
</li>
<li> <s><a href="/wiki/Ultima_VII_Part_Two:_Serpent_Isle" title="Ultima VII Part Two: Serpent Isle">Ultima VII Part Two: Serpent Isle</a></s> - part of "Ultima 7 The Complete Edition"
</li>
<li> <s><a href="/wiki/Ultima_8_Gold_Edition" title="Ultima 8 Gold Edition" class="mw-redirect">Ultima 8 Gold Edition</a></s>
</li>
<li> <s><a href="/wiki/Ultima_9:_Ascension" title="Ultima 9: Ascension" class="mw-redirect">Ultima 9: Ascension</a></s>
</li>
<li> <s><a href="/wiki/Ultima_Underworld:_The_Stygian_Abyss" title="Ultima Underworld: The Stygian Abyss">Ultima Underworld: The Stygian Abyss</a></s> - part of "Ultima Underworld 1+2"
</li>
<li> <s><a href="/wiki/Ultima_Underworld_II:_Labyrinth_of_Worlds" title="Ultima Underworld II: Labyrinth of Worlds">Ultima Underworld II: Labyrinth of Worlds</a></s> - part of "Ultima Underworld 1+2"
</li>
<li> <s><a href="/wiki/Ultima_Worlds_of_Adventure_2:_Martian_Dreams" title="Ultima Worlds of Adventure 2: Martian Dreams">Ultima Worlds of Adventure 2: Martian Dreams</a></s>
</li>
<li> <a href="/wiki/Ultimate_Body_Blows" title="Ultimate Body Blows">Ultimate Body Blows</a>
</li>
<li> <s><a href="/wiki/Unepic" title="Unepic">Unepic</a></s>
</li>
<li> <s><a href="/wiki/Unholy_Heights" title="Unholy Heights">Unholy Heights</a></s>
</li>
<li> <s><a href="/wiki/Unmechanical" title="Unmechanical">Unmechanical</a></s>
</li>
<li> <s><a href="/wiki/Unreal_2:_The_Awakening_SE" title="Unreal 2: The Awakening SE" class="mw-redirect">Unreal 2: The Awakening SE</a></s>
</li>
<li> <s><a href="/wiki/Unreal_Gold" title="Unreal Gold" class="mw-redirect">Unreal Gold</a></s>
</li>
<li> <s><a href="/wiki/Unreal_Tournament_2004_ECE" title="Unreal Tournament 2004 ECE" class="mw-redirect">Unreal Tournament 2004 ECE</a></s>
</li>
<li> <s><a href="/wiki/Unreal_Tournament" title="Unreal Tournament">Unreal Tournament GOTY</a></s>
</li>
<li> <a href="/wiki/Unrest" title="Unrest">Unrest</a> - choice of regular or Special Edition
</li>
<li> <s><a href="/wiki/Uplink:_Hacker_Elite" title="Uplink: Hacker Elite" class="mw-redirect">Uplink: Hacker Elite</a></s>
</li>
<li> <a href="/wiki/Urban_Chaos" title="Urban Chaos">Urban Chaos</a>
</li>
<li> <a href="/wiki/URU:_Complete_Chronicles" title="URU: Complete Chronicles" class="mw-redirect">URU: Complete Chronicles</a>
</li>
<li> <a href="/wiki/Valdis_Story:_Abyssal_City" title="Valdis Story: Abyssal City">Valdis Story: Abyssal City</a>
</li>
<li> <a href="/wiki/Vampire_The_Masquerade_-_Redemption" title="Vampire The Masquerade - Redemption" class="mw-redirect">Vampire The Masquerade - Redemption</a>
</li>
<li> <a href="/wiki/Vangers" title="Vangers">Vangers</a>
</li>
<li> <s><a href="/wiki/The_Vanishing_of_Ethan_Carter_-_Special_Edition" title="The Vanishing of Ethan Carter - Special Edition" class="mw-redirect">The Vanishing of Ethan Carter - Special Edition</a></s>
</li>
<li> <a href="/wiki/Vertical_Drop_Heroes_HD" title="Vertical Drop Heroes HD">Vertical Drop Heroes HD</a>
</li>
<li> <a href="/wiki/Victoria" title="Victoria" class="mw-redirect">Victoria</a> - sold as "Victoria Complete"
</li>
<li> <a href="/wiki/The_Void" title="The Void">The Void</a>
</li>
<li> <s><a href="/wiki/Volgarr_the_Viking" title="Volgarr the Viking">Volgarr the Viking</a></s>
</li>
<li> <a href="/wiki/VR_Soccer_%2796" title="VR Soccer '96">VR Soccer '96</a>
</li>
<li> <s><a href="/wiki/VVVVVV" title="VVVVVV">VVVVVV</a></s>
</li>
<li> <a href="/wiki/Wacky_Wheels" title="Wacky Wheels">Wacky Wheels</a>
</li>
<li> <s><a href="/wiki/Waking_Mars" title="Waking Mars">Waking Mars</a></s>
</li>
<li> <a href="/wiki/Wargame:_European_Escalation" title="Wargame: European Escalation">Wargame: European Escalation</a>
</li>
<li> <a href="/wiki/Warlords_Battlecry" title="Warlords Battlecry">Warlords Battlecry</a>
</li>
<li> <a href="/wiki/Warlords_Battlecry_2" title="Warlords Battlecry 2" class="mw-redirect">Warlords Battlecry 2</a>
</li>
<li> <a href="/wiki/Warlords_Battlecry_3" title="Warlords Battlecry 3" class="mw-redirect">Warlords Battlecry 3</a>
</li>
<li> <s><a href="/wiki/Warsow" title="Warsow">Warsow</a></s>
</li>
<li> <s><a href="/wiki/Wasteland" title="Wasteland">Wasteland</a></s>
</li>
<li> <a href="/wiki/Waxworks" title="Waxworks">Waxworks</a>
</li>
<li> <a href="/wiki/Where_Is_My_Heart%3F" title="Where Is My Heart?">Where Is My Heart?</a>
</li>
<li> <s><a href="/wiki/The_Whispered_World" title="The Whispered World">The Whispered World: Special Edition</a></s>
</li>
<li> <s><a href="/wiki/Windforge" title="Windforge">Windforge</a></s>
</li>
<li> <s><a href="/wiki/Wing_Commander" title="Wing Commander">Wing Commander</a></s> - part of "Wing Commander 1+2", includes expansions
</li>
<li> <s><a href="/wiki/Wing_Commander_2" title="Wing Commander 2" class="mw-redirect">Wing Commander 2</a></s> - part of "Wing Commander 1+2", includes expansions
</li>
<li> <s><a href="/wiki/Wing_Commander_3_Heart_of_the_Tiger" title="Wing Commander 3 Heart of the Tiger" class="mw-redirect">Wing Commander 3 Heart of the Tiger</a></s>
</li>
<li> <a href="/wiki/Wing_Commander_4:_The_Price_of_Freedom" title="Wing Commander 4: The Price of Freedom" class="mw-redirect">Wing Commander 4: The Price of Freedom</a>
</li>
<li> <s><a href="/wiki/Wing_Commander_5:_Prophecy" title="Wing Commander 5: Prophecy" class="mw-redirect">Wing Commander 5: Prophecy</a></s> - part of "Wing Commander 5: Prophecy Gold Edition"
</li>
<li> <s><a href="/wiki/Wing_Commander:_Academy" title="Wing Commander: Academy">Wing Commander: Academy</a></s>
</li>
<li> <s><a href="/wiki/Wing_Commander:_Armada" title="Wing Commander: Armada">Wing Commander: Armada</a></s>
</li>
<li> <s><a href="/wiki/Wing_Commander:_Privateer" title="Wing Commander: Privateer">Wing Commander: Privateer</a></s>
</li>
<li> <s><a href="/wiki/Wing_Commander:_Secret_Ops" title="Wing Commander: Secret Ops">Wing Commander: Secret Ops</a></s> - part of "Wing Commander 5: Prophecy Gold Edition"
</li>
<li> <a href="/wiki/Wings!_Classic" title="Wings! Classic">Wings! Classic</a>
</li>
<li> <a href="/wiki/Wings!_Remastered_Edition" title="Wings! Remastered Edition">Wings! Remastered Edition</a>
</li>
<li> <a href="/wiki/Wings_of_Prey" title="Wings of Prey">Wings of Prey</a>
</li>
<li> <s><a href="/wiki/The_Witcher:_Enhanced_Edition" title="The Witcher: Enhanced Edition" class="mw-redirect">The Witcher: Enhanced Edition</a></s>
</li>
<li> <s><a href="/wiki/The_Witcher_2:_Assassins_Of_Kings" title="The Witcher 2: Assassins Of Kings" class="mw-redirect">The Witcher 2: Assassins Of Kings</a></s>
</li>
<li> <a href="/wiki/The_Witcher_3:_Wild_Hunt" title="The Witcher 3: Wild Hunt">The Witcher 3: Wild Hunt</a>
</li>
<li> <a href="/wiki/The_Witcher_Adventure_Game" title="The Witcher Adventure Game">The Witcher Adventure Game</a>
</li>
<li> <s><a href="/wiki/Wizardry_6:_Bane_of_the_Cosmic_Forge" title="Wizardry 6: Bane of the Cosmic Forge" class="mw-redirect">Wizardry 6: Bane of the Cosmic Forge</a></s> - part of "Wizardry 6 + 7"
</li>
<li> <s><a href="/wiki/Wizardry_7:_Crusaders_of_the_Dark_Savant" title="Wizardry 7: Crusaders of the Dark Savant" class="mw-redirect">Wizardry 7: Crusaders of the Dark Savant</a></s> - part of "Wizardry 6 + 7"
</li>
<li> <s><a href="/wiki/Wizardry_Gold" title="Wizardry Gold">Wizardry Gold</a></s> - part of "Wizardry 6 + 7"
</li>
<li> <s><a href="/wiki/Wizardry_8" title="Wizardry 8">Wizardry 8</a></s>
</li>
<li> <a href="/wiki/World_of_Goo" title="World of Goo">World of Goo</a>
</li>
<li> <a href="/wiki/World_Rally_Fever:_Born_on_the_Road" title="World Rally Fever: Born on the Road">World Rally Fever: Born on the Road</a>
</li>
<li> <a href="/wiki/Worlds_of_Magic" title="Worlds of Magic">Worlds of Magic</a>
</li>
<li> <s><a href="/wiki/Worlds_of_Ultima:_The_Savage_Empire" title="Worlds of Ultima: The Savage Empire">Worlds of Ultima: The Savage Empire</a></s>
</li>
<li> <a href="/wiki/Worms" title="Worms">Worms</a> - part of "Worms United", includes the expansion "Worms: Reinforcements"
</li>
<li> <a href="/wiki/Worms_2" title="Worms 2">Worms 2</a>
</li>
<li> <a href="/wiki/Worms_Forts:_Under_Siege" title="Worms Forts: Under Siege">Worms Forts: Under Siege</a>
</li>
<li> <a href="/wiki/Ys_I_%26_II_Chronicles%2B" title="Ys I &amp; II Chronicles+">Ys I &amp; II Chronicles+</a>
</li>
<li> <a href="/wiki/Ys:_The_Oath_in_Felghana" title="Ys: The Oath in Felghana">Ys: The Oath in Felghana</a>
</li>
<li> <a href="/wiki/Ys_Origin" title="Ys Origin">Ys Origin</a>
</li>
<li> <s><a href="/wiki/Z_(2012)" title="Z (2012)">Z (2012)</a></s>
</li>
<li> <a href="/wiki/Zak_McKracken_and_the_Alien_Mindbenders" title="Zak McKracken and the Alien Mindbenders">Zak McKracken and the Alien Mindbenders</a>
</li>
<li> <s><a href="/wiki/Zafehouse:_Diaries" title="Zafehouse: Diaries">Zafehouse: Diaries</a></s>
</li>
<li> <a href="/wiki/Zeus:_Master_of_Olympus" title="Zeus: Master of Olympus">Zeus: Master of Olympus</a> - named "Zeus + Poseidon (Acropolis)", "Poseidon: Master of Atlantis" is an expansion that comes with the GOG.com purchase
</li>
<li> <s><a href="/wiki/Zombie_Shooter" title="Zombie Shooter">Zombie Shooter</a></s>
</li>
<li> <s><a href="/wiki/Zombie_Shooter_2" title="Zombie Shooter 2">Zombie Shooter 2</a></s>
</li>
<li> <s><a href="/wiki/Zork" title="Zork" class="mw-redirect">Zork</a></s> - part of "The Zork Anthology"
</li>
<li> <s><a href="/wiki/Zork_II" title="Zork II" class="mw-redirect">Zork II</a></s> - part of "The Zork Anthology"
</li>
<li> <s><a href="/wiki/Zork_III" title="Zork III" class="mw-redirect">Zork III</a></s> - part of "The Zork Anthology"
</li>
<li> <s><a href="/wiki/Beyond_Zork" title="Beyond Zork">Beyond Zork</a></s> - part of "The Zork Anthology"
</li>
<li> <s><a href="/wiki/Zork_Zero" title="Zork Zero">Zork Zero</a></s> - part of "The Zork Anthology"
</li>
<li> <a href="/wiki/Zork_Nemesis:_The_Forbidden_Lands" title="Zork Nemesis: The Forbidden Lands">Zork Nemesis: The Forbidden Lands</a>
</li>
<li> <a href="/wiki/Zork:_Grand_Inquisitor" title="Zork: Grand Inquisitor">Zork: Grand Inquisitor</a>
</li>
</ol>
<h3><span class="mw-headline" id="Games_removed_from_sale">Games removed from sale</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=PCGamingWiki:GOG.com_Enhancement_Project&amp;action=edit&amp;section=1" title="Edit section: Games removed from sale">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
<ol>
<li>
<s><a href="/wiki/Alien_Nations" title="Alien Nations">Alien Nations</a></s>
</li>
<li>
<s><a href="/wiki/AquaNox" title="AquaNox">AquaNox</a></s>
</li>
<li>
<s><a href="/wiki/AquaNox_2:_Revelation" title="AquaNox 2: Revelation">AquaNox 2: Revelation</a></s>
</li>
<li>
<s><a href="/wiki/Arma_2:_Combined_Operations" title="Arma 2: Combined Operations" class="mw-redirect">Arma 2: Combined Operations</a></s>
</li>
<li>
<s><a href="/wiki/Arma:_Cold_War_Assault" title="Arma: Cold War Assault">Arma: Cold War Assault</a></s>
</li>
<li>
<s><a href="/wiki/Arma:_Armed_Assault" title="Arma: Armed Assault">Arma: Armed Assault</a></s>
</li>
<li>
<s><a href="/wiki/The_Black_Mirror" title="The Black Mirror">The Black Mirror</a></s>
</li>
<li>
<a href="/wiki/Black_Mirror_2" title="Black Mirror 2">Black Mirror 2</a>
</li>
<li>
<a href="/wiki/Blade_of_Darkness" title="Blade of Darkness" class="mw-redirect">Blade of Darkness</a>
</li>
<li>
<s><a href="/wiki/Chaser" title="Chaser">Chaser</a></s>
</li>
<li>
<a href="/wiki/Chessmaster_9000" title="Chessmaster 9000">Chessmaster 9000</a>
</li>
<li>
<s><a href="/wiki/Constructor" title="Constructor">Constructor</a></s>
</li>
<li>
<s><a href="/wiki/Cryostasis" title="Cryostasis">Cryostasis</a></s>
</li>
<li>
<a href="/wiki/Colin_McRae_Rally_2005" title="Colin McRae Rally 2005">Colin McRae Rally 2005</a>
</li>
<li>
<a href="/wiki/Dark_Fall:_The_Journal" title="Dark Fall: The Journal">Dark Fall: The Journal</a>
</li>
<li>
<a href="/wiki/Dark_Fall_2:_Lights_Out" title="Dark Fall 2: Lights Out" class="mw-redirect">Dark Fall 2: Lights Out</a>
</li>
<li>
<a href="/wiki/Dark_Matter" title="Dark Matter">Dark Matter</a>
</li>
<li>
<s><a href="/wiki/Desperados:_Wanted_Dead_or_Alive" title="Desperados: Wanted Dead or Alive">Desperados: Wanted Dead or Alive</a></s>
</li>
<li>
<a href="/wiki/Desperados_2:_Cooper%27s_Revenge" title="Desperados 2: Cooper's Revenge">Desperados 2: Cooper's Revenge</a>
</li>
<li>
<a href="/wiki/Fallout" title="Fallout">Fallout</a>
</li>
<li>
<a href="/wiki/Fallout_2" title="Fallout 2">Fallout 2</a>
</li>
<li>
<s><a href="/wiki/Fallout_Tactics" title="Fallout Tactics" class="mw-redirect">Fallout Tactics</a></s>
</li>
<li>
<a href="/w/index.php?title=The_Fall&amp;action=edit&amp;redlink=1" class="new" title="The Fall (page does not exist)">The Fall</a>
</li>
<li>
<s><a href="/wiki/Freedom_Force_vs._The_3rd_Reich" title="Freedom Force vs. The 3rd Reich">Freedom Force vs. The 3rd Reich</a></s>
</li>
<li>
<s><a href="/wiki/Full_Spectrum_Warrior" title="Full Spectrum Warrior">Full Spectrum Warrior</a></s>
</li>
<li>
<s><a href="/wiki/Full_Spectrum_Warrior:_Ten_Hammers" title="Full Spectrum Warrior: Ten Hammers">Full Spectrum Warrior: Ten Hammers</a></s>
</li>
<li>
<a href="/wiki/The_Guild_2" title="The Guild 2" class="mw-redirect">The Guild 2</a>
</li>
<li> <a href="/wiki/The_Guild_2:_Pirates_of_the_European_Seas" title="The Guild 2: Pirates of the European Seas" class="mw-redirect">The Guild 2: Pirates of the European Seas</a
</li>
<li>
<a href="/wiki/The_Guild_2:_Renaissance" title="The Guild 2: Renaissance" class="mw-redirect">The Guild 2: Renaissance</a>
</li>
<li>
<a href="/w/index.php?title=Guilty_Gear_Isuka&amp;action=edit&amp;redlink=1" class="new" title="Guilty Gear Isuka (page does not exist)">Guilty Gear Isuka</a>
</li>
<li>
<a href="/wiki/Guilty_Gear_X2_Reload" title="Guilty Gear X2 Reload">Guilty Gear X2 Reload</a>
</li>
<li>
<a href="/wiki/Jack_Keane_2:_The_Fire_Within" title="Jack Keane 2: The Fire Within">Jack Keane 2: The Fire Within</a>
</li>
<li> <a href="/w/index.php?title=The_Nations&amp;action=edit&amp;redlink=1" class="new" title="The Nations (page does not exist)">The Nations</a> - available as "The Nations Gold
Edition", also known as "Alien Nations II", includes Bonus Pack
</li>
<li>
<a href="/wiki/Neighbours_From_Hell" title="Neighbours From Hell" class="mw-redirect">Neighbours From Hell</a> - part of "Neighbours from Hell Compilation"
</li>
<li> <s><a href="/wiki/Neighbours_From_Hell_2" title="Neighbours From Hell 2" class="mw-redirect">Neighbours From Hell 2</a></s> - part of "Neighbours from Hell Compilation"
</li>
<li>
<s><a href="/wiki/ObsCure" title="ObsCure">ObsCure</a></s>
</li>
<li>
<s><a href="/wiki/Original_War" title="Original War">Original War</a></s>
</li>
<li>
<s><a href="/wiki/Painkiller:_Black_Edition" title="Painkiller: Black Edition" class="mw-redirect">Painkiller: Black Edition</a></s>
</li>
<li> <a href="/w/index.php?title=Panzer_Elite_Special_Edition&amp;action=edit&amp;redlink=1" class="new" title="Panzer Elite Special Edition (page does not exist)">Panzer Elite Special
Edition</a>
</li>
<li>
<s><a href="/wiki/Red_Faction" title="Red Faction">Red Faction</a></s>
</li>
<li>
<a href="/wiki/Red_Faction_2" title="Red Faction 2" class="mw-redirect">Red Faction 2</a>
</li>
<li> <a href="/w/index.php?title=Republic:_The_Revolution&amp;action=edit&amp;redlink=1" class="new" title="Republic: The Revolution (page does not exist)">Republic: The Revolution</a
</li>
<li>
<a href="/wiki/Republique_Remastered" title="Republique Remastered">Republique Remastered</a>
</li>
<li>
<a href="/wiki/Re-Volt" title="Re-Volt">Re-Volt</a>
</li>
<li>
<a href="/wiki/Second_Sight" title="Second Sight">Second Sight</a>
</li>
<li>
<a href="/w/index.php?title=Silver&amp;action=edit&amp;redlink=1" class="new" title="Silver (page does not exist)">Silver</a>
</li>
<li>
<s><a href="/wiki/Space_Pirates_and_Zombies" title="Space Pirates and Zombies">Space Pirates and Zombies</a></s>
</li>
<li>
<a href="/wiki/Space_Rangers" title="Space Rangers">Space Rangers</a>
</li>
<li>
<a href="/w/index.php?title=Space_Rangers_2&amp;action=edit&amp;redlink=1" class="new" title="Space Rangers 2 (page does not exist)">Space Rangers 2</a>
</li>
<li>
<s><a href="/wiki/SpellForce:_The_Order_of_Dawn" title="SpellForce: The Order of Dawn">SpellForce: The Order of Dawn</a></s> - available as "Spellforce Platinum"
</li>
<li>
<s><a href="/wiki/SpellForce_2:_Demons_of_the_Past" title="SpellForce 2: Demons of the Past">SpellForce 2: Demons of the Past</a></s>
</li>
<li> <a href="/w/index.php?title=SpellForce_2:_Dragon_Storm&amp;action=edit&amp;redlink=1" class="new" title="SpellForce 2: Dragon Storm (page does not exist)">SpellForce 2:
Dragon Storm</a>
</li>
<li>
<a href="/wiki/SpellForce_2:_Shadow_Wars" title="SpellForce 2: Shadow Wars">SpellForce 2: Shadow Wars</a>
</li>
<li>
<a href="/wiki/Strike_Suit_Zero" title="Strike Suit Zero">Strike Suit Zero</a>
</li>
<li>
<s><a href="/wiki/Summoner" title="Summoner">Summoner</a></s>
</li>
<li>
<a href="/wiki/TOCA_Race_Driver_3" title="TOCA Race Driver 3">TOCA Race Driver 3</a>
</li>
<li>
<a href="/wiki/Wallace_and_Gromit%27s_Grand_Adventures" title="Wallace and Gromit's Grand Adventures" class="mw-redirect">Wallace and Gromit's Grand Adventures</a>
</li>
<li>
<a href="/wiki/XIII" title="XIII">XIII</a>
</li>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment