From 826e50849fcbc1527fda60619ba9e9c11077df33 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Sun, 12 May 2024 11:19:18 -0400 Subject: [PATCH] Update tables --- README.md | 13 +++++++------ src/game-support/README.md | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 029490c..4bb131a 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,13 @@ Documentation for Whisky. - Cite your sources. Found a guide from somewhere else? Found a solution or other thing online? Provide a link in your page. This isn't a requirement that's going to get your PR rejected, but simply one that future-proofs things and ensures that if a game suddenly breaks, we can check our sources and see if there are any updates to the solutions found. - Add status ratings to your game based on the following scale. We leave this up to general author interpretation, but please make sure you're still following these general guidelines: - | Status | Description | - | ------- | ---------------------------------------------------------------------------------------------- | - | Gold | Game works out-of-the-box with no issues and/or requires minimal workarounds. | - | Silver | Game requires some workarounds, but they are simple and/or there are minor in-game issues | - | Bronze | Game is very difficult to get working and/or has severe in-game issues that limit playability. | - | Garbage | Game does not work at all. | + | Status | Description | + |----------|------------------------------------------------------------------------------------------------| + | Platinum | Game without any defects and runs perfectly. | + | Gold | Game can be configured to run perfectly and without any defects. | + | Silver | Game requires some configuration to run and or has minor defects. | + | Bronze | Game is very difficult to get working and/or has severe in-game issues that limit playability. | + | Garbage | Game does not work at all. | 1. Create a new markdown file in `~/whisky-book/src/game-support` with the name of the game. - Format your file in all lowercase, using only alphabetical, numerical, and dash characters, and use abbreviations where possible. i.e: diff --git a/src/game-support/README.md b/src/game-support/README.md index 26a4591..11fadf8 100644 --- a/src/game-support/README.md +++ b/src/game-support/README.md @@ -11,7 +11,7 @@ Game support status is rated on a scale. The placement of a particular title is partially left to the article author, but some general guidelines apply. | Status | Description | -| -------- | ---------------------------------------------------------------------------------------------- | +|----------|------------------------------------------------------------------------------------------------| | Platinum | Game without any defects and runs perfectly. | | Gold | Game can be configured to run perfectly and without any defects. | | Silver | Game requires some configuration to run and or has minor defects. |