docs: remove WIP

docs: remove WIP from readme
This commit is contained in:
Kristofers Solo 2024-01-16 20:46:52 +02:00
parent 714c145316
commit ac2e568a26
2 changed files with 4 additions and 4 deletions

View File

@ -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) ![Tests](https://github.com/kristoferssolo/Tetris/actions/workflows/tests.yml/badge.svg) ![Lint](https://github.com/kristoferssolo/Tetris/actions/workflows/lint.yml/badge.svg)
<!-- toc --> <!-- toc -->
@ -54,7 +54,7 @@ python -m tetris
The `settings.toml` file is a configuration file for customizing various aspects of the game. The `settings.toml` file is a configuration file for customizing various aspects of the game.
### General Settings ### 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. - `quit`: Defines the key(s) to quit the game.
- `colorscheme`: Specifies the color scheme for the game interface. Options include: - `colorscheme`: Specifies the color scheme for the game interface. Options include:
- `tokyonight-night` - `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. - `ccw (counter-clockwise)`: Defines the keys to rotate the tetromino in a counter-clockwise direction.
### Action Settings ### 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. - `drop`: Defines the keys to instantly drop the tetromino.
### Volume Settings ### Volume Settings

View File

@ -1,5 +1,5 @@
[General] [General]
pause = ["escape", "F1"] # WIP pause = ["escape", "F1"]
quit = ["q"] quit = ["q"]
colorscheme = "tokyonight-night" # tokyonight-night / tokyonight-storm / tokyonight-day / tokyonight-moon colorscheme = "tokyonight-night" # tokyonight-night / tokyonight-storm / tokyonight-day / tokyonight-moon