WEBTRIS

\n"; for ($y = 0; $y < $invisibleRows; $y++) { echo " "; for ($x = 0; $x < $columns; $x++) { echo ""; } echo "\n"; } for ($y = 0; $y < $visibleRows; $y++) { echo " "; for ($x = 0; $x < $columns; $x++) { echo ""; } echo "\n"; } echo " \n"; } echoTable("hold", 6, 0, 6); echoTable("matrix", 4, 20, 10); echoTable("next", 24, 0, 6); ?>
SCORE
0
RECORD
0
TEMPS
00:00

NIVEAU0
OBJECTIF0
LIGNES0
Clavier $label\n"; echo " "; } addButton("moveLeft", "Gauche"); addButton("moveRight", "Droite"); addButton("softDrop", "Chute lente"); addButton("hardDrop", "Chute rapide"); addButton("rotateCW", "Rotation horaire"); addButton("rotateCCW", "Rotation anti-horaire"); addButton("hold", "Garde"); addButton("pause", "Pause/Reprise"); ?>
Répétition automatique
Thème