Tetris/Wren: Difference between revisions

m
Fixed syntax highlighting.
(Added code.)
 
m (Fixed syntax highlighting.)
Line 2:
{{libheader|raylib-wren}}
See Go entry for notes on playing.
<langsyntaxhighlight lang="ecmascript">import "raylib" for Raylib as rl, Color, Key, Vector2
import "random" for Random
import "./fmt" for Fmt
Line 649:
}
UnloadGame.call()
rl.closeWindow()</langsyntaxhighlight>
9,476

edits