Robots/Go: Difference between revisions

m
→‎Code: Fixed syntax highlighting.
m (→‎{{header|Go}}: Changed header to 'Code'.)
m (→‎Code: Fixed syntax highlighting.)
 
Line 1:
===Code===
{{trans|C++}}
{{libheader|termbox-go}}
Line 7:
 
Note that this version uses the Z key (rather than the Y key) to move diagonally downwards to the left and the H key (rather than the Z key) to wait for the end. A leave key, L, has also been added in case one wants to end the game immediately.
<langsyntaxhighlight lang="go">package main
 
import (
Line 305:
}
}
}</langsyntaxhighlight>
9,476

edits