25 lines
331 B
Markdown
25 lines
331 B
Markdown
# bitsy-parser
|
|
|
|
a library for parsing Bitsy game data.
|
|
|
|
## todo
|
|
|
|
### handle fancy exits
|
|
|
|
* bidirectional?
|
|
* fancy animations
|
|
|
|
### 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
|