Tetris/BASH: Difference between revisions

m
Fixed syntax highlighting.
m (add collection template)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|Tetris}}
==Code==
<langsyntaxhighlight BASHlang="bash">#!/bin/bash
# Tetris Game
# 10.21.2003 xhchen
Line 130:
for ((i = 0; i < 21 - iLevel; i++))
do
usleep 20000 2>/dev/null || sleep 0.02
sigThis=$sig
sig=0
Line 448:
RunAsDisplayer
exit
fi </langsyntaxhighlight>
9,485

edits