bitsy-parser/README.md

28 lines
453 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
split into multiple files
2020-04-06 18:15:29 +00:00
2020-04-05 18:04:17 +00:00
move tests to their own suite
2020-04-06 18:15:29 +00:00
2020-04-05 18:04:17 +00:00
migrate to idiomatic rust etc.
2020-04-06 18:15:29 +00:00
for consistency, `_from_string` functions should handle their own labels
e.g. "DLG SPR_1..." instead of just "SPR_1..."
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