diff --git a/README.md b/README.md index 317692e..269aaaf 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@ For all sorts of rando funtimes ## What Games are Here? -* [`ahit`](./ahit) - [A Hat in Time](https://store.steampowered.com/app/253230/A_Hat_in_Time/), a collectathon platformer game by Gears For Breakfast. It tends to have a much smaller amount of checks -- on the order of **140** -- but the game is fundamentally always a Triforce Hunt. It's easy for me to reach the end of my game with a wide variety of itemsets, but I can still enter/cause BK with a few edge cases. - -* [`mp1`](./mp1) - [Metroid Prime](https://github.com/Electro1512/MetroidAPrime), my favorite GameCube game of all time. You'll need to grab the separate `apworld` from the release that mentions it's for Linux users as that's the platform I play on. - -* [`soh`](./soh) - [Ship of Harkinian](https://github.com/HarbourMasters/Archipelago-SoH/releases), a PC port of Ocarina of Time. You'll want to grab the `apworld` from the linked PR and generated a zip locally for uploading to the website. - -* [`tunic`](./tunic) - [TUNIC](https://store.steampowered.com/app/553420/TUNIC/), a cute little indie Zelda-like game. It has something like **300** checks by default and half of those are sphere zero, gated behind some knowledge and maybe one or two easily-obtained items. I rarely enter BK in this game unless the keys to my endgame are locked way behind somebody else (which can and does happen). +| Directory | Game | Estimated Checks | Description | +| --------- | ---- | :--------------- | ----------- | +| [`ahit`](./ahit) | [A Hat in Time](https://store.steampowered.com/app/253230/A_Hat_in_Time/) | ~140 | A collectathon platformer game by Gears For Breakfast. It tends to have a much smaller amount of checks, but the game is fundamentally always a Triforce Hunt. It's easy for me to reach the end of my game with a wide variety of itemsets, but I can still enter/cause BK with a few edge cases. | +| [`mp1`](./mp1) | [Metroid Prime](https://github.com/Electro1512/MetroidAPrime) | 100 | My favorite GameCube game of all time. Due to its low check count and lockbox-based world setup, it has the potential to enter BK very frequently. Best paired with games that have similar check counts. | +| [`soh`](./soh) | [Ship of Harkinian](https://github.com/HarbourMasters/Archipelago-SoH/releases) | ~380-1400 | A PC port of Ocarina of Time. You'll want to grab the `apworld` from the linked PR and generated a zip locally for uploading to the website. Very low chance of shuffling grass and causing very fun times. Very low BK rate. | +| [`tunic`](./tunic) | [TUNIC](https://store.steampowered.com/app/553420/TUNIC/) | ~300 | A cute little indie Zelda-like game. Nearly half of the checks are sphere 0-2, gated behind some knowledge and maybe one or two easily-obtained items. I rarely enter BK in this game unless the keys to my endgame are locked way behind somebody else (which can and does happen). | ## How Do I Access These?