bitsy-parser/README.md

21 lines
292 B
Markdown

# bitsy-parser
a library for parsing Bitsy game data.
## todo
### handle fancy exits
* bidirectional?
* fancy animations
### tidy up
* refactor the more shonky bits to idiomatic rust
### documentation
examples of use cases (dedupe tiles, merge games, etc.)
### publish to crates.io