mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
improved readme
This commit is contained in:
parent
caf0a5bbe8
commit
69b99abb7d
@ -1,6 +1,6 @@
|
|||||||
# Tetris AI effect usermod
|
# Tetris AI effect usermod
|
||||||
|
|
||||||
This usermod brings you a effect brings a self playing Tetris game. The mod needs version 0.14 or above as it is based on matrix support. The effect was tested on an ESP32 with a WS2812B 16x16 matrix.
|
This usermod adds a self-playing Tetris game as an 'effect'. The mod requires version 0.14 or higher as it relies on matrix support. The effect was tested on an ESP32 4MB with a WS2812B 16x16 matrix.
|
||||||
|
|
||||||
Version 1.0
|
Version 1.0
|
||||||
|
|
||||||
@ -19,15 +19,15 @@ It is best to set the background color to black 🖤, the border color to light
|
|||||||
* speed: speed the game plays
|
* speed: speed the game plays
|
||||||
* look ahead: how many pieces is the AI allowed to know the next pieces (0 - 2)
|
* look ahead: how many pieces is the AI allowed to know the next pieces (0 - 2)
|
||||||
* intelligence: how good the AI will play
|
* intelligence: how good the AI will play
|
||||||
* Rotate color: make the colors shift (rotate) every few cicles
|
* Rotate color: make the colors shift (rotate) every few moves
|
||||||
* Mistakes free: how many good moves between mistakes (if activated)
|
* Mistakes free: how many good moves between mistakes (if enabled)
|
||||||
|
|
||||||
#### Checkboxes
|
#### Checkboxes
|
||||||
|
|
||||||
* show next: if true a space of 5 pixels from the right is used to show the next pieces. The whole segment is used for the grid otherwise.
|
* show next: if true, a space of 5 pixels from the right will be used to show the next pieces. Otherwise the whole segment is used for the grid.
|
||||||
* show border: if true an additional column of 1 pixel is used to draw a border between the grid and the next pieces
|
* show border: if true an additional column of 1 pixel is used to draw a border between the grid and the next pieces
|
||||||
* mistakes: if true the worst instead of the best move is choosen every few moves (read above)
|
* mistakes: if true, the worst decision will be made every few moves instead of the best (see above).
|
||||||
|
|
||||||
## Best results
|
## Best results
|
||||||
|
|
||||||
If the speed is set to be a little bit faster than a good human could play with maximal intelligence and very few mistakes it makes people furious/happy at a party.
|
If the speed is set to be a little bit faster than a good human could play with maximal intelligence and very few mistakes it makes people furious/happy at a party 😉.
|
Loading…
x
Reference in New Issue
Block a user