gopher translator for goplay.space
gopher will draw characters on goplay.space by placing instructions generated by gopher-translator.
$ go get -u github.com/fujiwaram/gopher-translator
Install the docker and docker-compose, if you have not install yet.
$ make build-all
$ make up
$ ./translate.sh TEXT
e.g.
$ ./translate.sh ABC
Order for gopher is created as file in ./output directory.
draw mode
color off
right 303.000000
forward 7.883660
color black
right 76.000000
forward 0.898109
right 359.000000
...
$ make down