51 lines
670 B
Markdown
51 lines
670 B
Markdown
# bitsy_parser
|
|
|
|
a library for parsing Bitsy game data.
|
|
|
|
## done
|
|
|
|
### functions
|
|
|
|
* colour from
|
|
* colour to
|
|
* palette from
|
|
* palette to
|
|
* image from
|
|
* image to
|
|
* tile from
|
|
* tile to
|
|
|
|
## todo
|
|
|
|
### functions
|
|
* position from
|
|
* position to
|
|
* sprite from
|
|
* sprite to
|
|
* item from
|
|
* item to
|
|
* room from
|
|
* room to
|
|
* dialogue from
|
|
* dialogue to
|
|
* variable from
|
|
* variable to
|
|
* ending from
|
|
* ending to
|
|
* game from
|
|
* game to
|
|
|
|
### tidy up
|
|
|
|
split into multiple files
|
|
move tests to their own suite
|
|
migrate to idiomatic rust etc.
|
|
|
|
### documentation
|
|
|
|
examples of use cases (dedupe tiles, merge games, etc.)
|
|
|
|
### publish to crates.io
|
|
|
|
(not much point until it's feature-complete, I think)
|