Update 'README.md'

This commit is contained in:
mue 2023-08-04 02:40:48 +00:00
parent 789a7a7e82
commit 032305592c
1 changed files with 9 additions and 1 deletions

View File

@ -53,7 +53,15 @@ What to bring
What to hack
============
* 2 Zeile-Tetris
* Ein 2 Spieler Spiel
* Ein Tetris block ist nur ein Pixel
* Ein Spieler kontroliert die Position
* Ein Spieler kontroliert die Farbe
* Eine Zeile kann nur aufgeloest werden, wenn es die selbe Farbe hat
* Das spiel wird immer schneller.
* Wenn alle Zeilen belegt sind, ist Game Over
* Geschwindigkeitskurve muss schnell ansteigen, damit es nicht zu lange dauert
* ESP32 VGA
* https://www.instructables.com/ESP32-Basic-PC-With-VGA-Output/
* https://hackaday.com/2019/02/05/back-to-video-basics-with-an-esp32-vga-display/