Update 'README.md'
This commit is contained in:
parent
789a7a7e82
commit
032305592c
10
README.md
10
README.md
|
@ -53,7 +53,15 @@ What to bring
|
||||||
|
|
||||||
What to hack
|
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
|
* ESP32 VGA
|
||||||
* https://www.instructables.com/ESP32-Basic-PC-With-VGA-Output/
|
* 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/
|
* https://hackaday.com/2019/02/05/back-to-video-basics-with-an-esp32-vga-display/
|
||||||
|
|
Loading…
Reference in New Issue