diff --git a/README.md b/README.md index 1902ac2..4bb96ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tetris +# Tetri ![Tests](https://github.com/kristoferssolo/Tetris/actions/workflows/tests.yml/badge.svg) ![Lint](https://github.com/kristoferssolo/Tetris/actions/workflows/lint.yml/badge.svg) @@ -54,7 +54,7 @@ python -m tetris The `settings.toml` file is a configuration file for customizing various aspects of the game. ### General Settings -- `pause`: Defines the keys to pause the game. Currently a work in progress (WIP[^WIP]). +- `pause`: Defines the keys to pause the game. Currently a work in progress. - `quit`: Defines the key(s) to quit the game. - `colorscheme`: Specifies the color scheme for the game interface. Options include: - `tokyonight-night` @@ -72,7 +72,7 @@ The `settings.toml` file is a configuration file for customizing various aspects - `ccw (counter-clockwise)`: Defines the keys to rotate the tetromino in a counter-clockwise direction. ### Action Settings -- `hold`: Defines the keys to hold the tetromino (WIP). +- `hold`: Defines the keys to hold the tetromino (WIP[^WIP]). - `drop`: Defines the keys to instantly drop the tetromino. ### Volume Settings diff --git a/settings.toml b/settings.toml index 73dd979..180052b 100644 --- a/settings.toml +++ b/settings.toml @@ -1,5 +1,5 @@ [General] -pause = ["escape", "F1"] # WIP +pause = ["escape", "F1"] quit = ["q"] colorscheme = "tokyonight-night" # tokyonight-night / tokyonight-storm / tokyonight-day / tokyonight-moon