bitsy-parser/README.md

21 lines
292 B
Markdown
Raw Normal View History

2020-04-11 15:08:57 +00:00
# bitsy-parser
2020-04-05 17:58:04 +00:00
a library for parsing Bitsy game data.
## todo
2020-04-12 08:48:35 +00:00
### handle fancy exits
* bidirectional?
* fancy animations
2020-04-05 18:04:17 +00:00
### tidy up
2020-04-12 13:38:07 +00:00
* refactor the more shonky bits to idiomatic rust
2020-04-05 18:04:17 +00:00
### documentation
examples of use cases (dedupe tiles, merge games, etc.)
2020-04-05 19:11:41 +00:00
### publish to crates.io