Tetris/Microsoft Small Basic: Difference between revisions

m
→‎Code: Fixed syntax highlighting.
m (change header)
m (→‎Code: Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|Tetris}}
===Code===
This game was coded by Small Basic coder Kenneth Kasajian.
<langsyntaxhighlight lang="smallbasic">GraphicsWindow.KeyDown = HandleKey
GraphicsWindow.BackgroundColor = GraphicsWindow.GetColorFromRGB( 253, 252, 251 )
 
Line 536 ⟶ 537:
Array.SetValue("template7", "pviewx", 0)
Array.SetValue("template7", "pviewy", 0)
EndSub</langsyntaxhighlight>
9,476

edits