/Piet-on-Go

A Piet interpreter written in Go

Primary LanguageGoMIT LicenseMIT

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

  • Additional colors will be regarded as black.
  • This program is unstable. Pull requests are welcome.