bitsy-parser/README.md

29 lines
472 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
### functions
2020-04-05 22:02:13 +00:00
2020-04-05 17:58:04 +00:00
* game to
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
(not much point until it's feature-complete, I think)