Hexapawn: Difference between revisions

m
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 4,632:
{{libheader|Wren-str}}
Tweaked a little - allows input in either lower or upper case and always draws final board position.
<syntaxhighlight lang="ecmascriptwren">import "./ioutil" for Input, Output
import "./str" for Str
 
var blackPawn = " \u265f "
9,487

edits