utgwkk / Piet-on-Go

A Piet interpreter written in Go
MIT License
2 stars 0 forks source link

Build Status

Piet-on-Go

A Piet interpreter written in Go

Usage

$ make
$ ./pietongo -i [filename]

If you want to use debug mode,

$ ./pietongo --debug -i [filename]

or you want to specify the pixel of codel,

$ ./pietongo --codel [pixel size] -i [filename]

NOTE