diff --git a/.gitignore b/.gitignore index 72d81851..e79e084f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ book .idea **/.DS_Store -src/games.json \ No newline at end of file +src/games.json +.tool-versions diff --git a/src/SUMMARY.md b/src/SUMMARY.md index cede13ec..d98ba35f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -9,6 +9,7 @@ - [Debugging](./debugging.md) - [Game Support](./game-support/README.md) + - [ABI-DOS](./game-support/abi-dos.md) - [Against The Storm](./game-support/against-the-storm.md) - [Age of Empires II: Definitive Edition](./game-support/age-of-empires-2-definitive-edition.md) - [Among Us](./game-support/among-us.md) @@ -94,6 +95,7 @@ - [Half-Life 1](./game-support/half-life-1.md) - [Half-Life 2](./game-support/half-life-2.md) - [Half Sword](./game-support/half-sword.md) + - [Hardspace: Shipbreaker](./game-support/hardspace-shipbreaker.md) - [Hearts of Iron III](./game-support/hearts-of-iron-3.md) - [Hellblade: Senua's Sacrifice](./game-support/hellblade-senuas-sacrifice.md) - [Heroes of Hammerwatch II](./game-support/heroes-of-hammerwatch-2.md) @@ -121,6 +123,7 @@ - [Library Of Ruina](./game-support/library-of-ruina.md) - [Little Big Adventure – Twinsen’s Quest](./game-support/little-big-adventure-twinsens-quest.md) - [Lords Of The Fallen 2014](./game-support/lords-of-the-fallen-2014.md) + - [Manifold Garden](./game-support/manifold-garden.md) - [Manor Lords](./game-support/manor-lords.md) - [Marvel's Midnight Suns](./game-support/marvels-midnight-suns.md) - [METAL GEAR SOLID V: THE PHANTOM PAIN](./game-support/metal-gear-solid-5-phantom-pain.md) @@ -140,6 +143,7 @@ - [NIGHT-RUNNERS PROLOGUE](./game-support/night-runners-prologue.md) - [NIMBY Rails](./game-support/nimby-rails.md) - [Noita](./game-support/noita.md) + - [Oddsparks: An Automation Adventure](./game-support/oddsparks-automation-adventure.md) - [Out of Action](./game-support/out-of-action.md) - [Overwatch 2](./game-support/overwatch-2.md) - [Palworld](./game-support/palworld.md) @@ -148,6 +152,7 @@ - [Path of Exile 2](./game-support/path-of-exile-2.md) - [Path of Exile](./game-support/path-of-exile.md) - [People Playground](./game-support/people-playground.md) + - [Per Aspera](./game-support/per-aspera.md) - [Persona 3 Reload](./game-support/persona-3-reload.md) - [Persona 4 Golden](./game-support/persona-4-golden.md) - [Phasmophobia](./game-support/phasmophobia.md) @@ -191,10 +196,12 @@ - [STAR WARS: Squadrons](./game-support/star-wars-squadrons.md) - [STAR WARS: The Old Republic](./game-support/star-wars-the-old-republic.md) - [Stardew Valley](./game-support/stardew-valley.md) + - [SteamWorld Build](./game-support/steamworld-build.md) - [Street Fighter 30th Anniversary Collection](./game-support/street-fighter-30th-anniversary-collection.md) - [Street Fighter 6](./game-support/street-fighter-6.md) - [Stronghold Crusader HD](./game-support/stronghold-crusader-hd.md) - [Suit For Hire](./game-support/suit-for-hire.md) + - [Team Fortress 2](./game-support/team-fortress-2.md) - [TEKKEN 7](./game-support/tekken-7.md) - [TEKKEN 8](./game-support/tekken-8.md) - [The Messenger](./game-support/the-messenger.md) diff --git a/src/game-support/abi-dos.md b/src/game-support/abi-dos.md new file mode 100644 index 00000000..3cea063f --- /dev/null +++ b/src/game-support/abi-dos.md @@ -0,0 +1,10 @@ +# ABI-DOS + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=2180700}} diff --git a/src/game-support/hardspace-shipbreaker.md b/src/game-support/hardspace-shipbreaker.md new file mode 100644 index 00000000..14484902 --- /dev/null +++ b/src/game-support/hardspace-shipbreaker.md @@ -0,0 +1,10 @@ +# Hardspace: Shipbreaker + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=1161580}} diff --git a/src/game-support/manifold-garden.md b/src/game-support/manifold-garden.md new file mode 100644 index 00000000..762b0df1 --- /dev/null +++ b/src/game-support/manifold-garden.md @@ -0,0 +1,10 @@ +# Manifold Garden + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=473950}} diff --git a/src/game-support/oddsparks-automation-adventure.md b/src/game-support/oddsparks-automation-adventure.md new file mode 100644 index 00000000..b4efaf4b --- /dev/null +++ b/src/game-support/oddsparks-automation-adventure.md @@ -0,0 +1,10 @@ +# Oddsparks: An Automation Adventure + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=1817800}} diff --git a/src/game-support/per-aspera.md b/src/game-support/per-aspera.md new file mode 100644 index 00000000..66045774 --- /dev/null +++ b/src/game-support/per-aspera.md @@ -0,0 +1,10 @@ +# Per Aspera + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=803050}} diff --git a/src/game-support/steamworld-build.md b/src/game-support/steamworld-build.md new file mode 100644 index 00000000..d4ebf9ed --- /dev/null +++ b/src/game-support/steamworld-build.md @@ -0,0 +1,10 @@ +# SteamWorld Build + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=2134770}} diff --git a/src/game-support/team-fortress-2.md b/src/game-support/team-fortress-2.md new file mode 100644 index 00000000..80cb5c89 --- /dev/null +++ b/src/game-support/team-fortress-2.md @@ -0,0 +1,10 @@ +# Team Fortress 2 + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal. + +{{#template ../templates/steam.md id=440}}