Skip to content

fujiwaram/gopher-translator

Repository files navigation

Gopher Translator

Build Status codecov

gopher translator for goplay.space
gopher will draw characters on goplay.space by placing instructions generated by gopher-translator.

Installation

$ go get -u github.com/fujiwaram/gopher-translator

Install the docker and docker-compose, if you have not install yet.

$ make build-all

Usage

start

$ make up

translate order

$ ./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
...

stop

$ make down

Sample

https://goplay.space/#gR1WnT-PatY

About

gopher translator for goplay.space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages