doodle/level
Noah 5bf7d554f7 Add doodad.exe binary and PNG to Drawing Converter
Adds the `doodad` binary which will be a command line tool to work with
Doodads and Levels and assist with development.

The `doodad` binary has subcommands like git and the first command is
`convert` which converts between image files (PNG or BMP) and Doodle
drawing files (Level or Doodad). You can "screenshot" a level into a PNG
or you can initialize a new drawing from a PNG.
2018-10-16 12:26:41 -07:00
..
chunk.go Implement Chunk System for Pixel Data 2018-09-23 15:42:05 -07:00
chunk_map.go Implement Chunk System for Pixel Data 2018-09-23 15:42:05 -07:00
chunk_test.go Implement Chunk System for Pixel Data 2018-09-23 15:42:05 -07:00
chunker.go Add doodad.exe binary and PNG to Drawing Converter 2018-10-16 12:26:41 -07:00
chunker_test.go Add doodad.exe binary and PNG to Drawing Converter 2018-10-16 12:26:41 -07:00
json.go Add doodad.exe binary and PNG to Drawing Converter 2018-10-16 12:26:41 -07:00
log.go Abstract Drawing Canvas into Reusable Widget 2018-08-16 20:37:19 -07:00
palette.go Implement Chunk System for Pixel Data 2018-09-23 15:42:05 -07:00
swatch.go Implement Chunk System for Pixel Data 2018-09-23 15:42:05 -07:00
types.go Doodad Edit Mode: Saving and Loading From Disk 2018-09-26 10:07:22 -07:00