bitsy-parser/README.md

21 lines
345 B
Markdown

# bitsy-parser
a library for parsing Bitsy game data.
the version number follows Bitsy itself, so version 0.65.* targets Bitsy 6.5.
## 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.)