bitsy-parser/README.md

51 lines
670 B
Markdown
Raw Normal View History

2020-04-05 17:58:04 +00:00
# bitsy_parser
a library for parsing Bitsy game data.
## done
### functions
* colour from
* colour to
* palette from
* palette to
* image from
* image to
2020-04-05 19:09:43 +00:00
* tile from
* tile to
2020-04-05 17:58:04 +00:00
## todo
### functions
2020-04-05 19:46:42 +00:00
* position from
* position to
2020-04-05 17:58:04 +00:00
* 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
2020-04-05 18:04:17 +00:00
### 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.)
2020-04-05 19:11:41 +00:00
### publish to crates.io
(not much point until it's feature-complete, I think)