20 lines
401 B
Markdown
20 lines
401 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
|
|
|
|
### failing tests
|
|
|
|
test_room_from_string shows an unexpected ordering for the items in the output of room::to_string
|
|
|
|
### tidy up
|
|
|
|
* refactor the more shonky bits to idiomatic rust
|
|
|
|
### documentation
|
|
|
|
examples of use cases (dedupe tiles, merge games, etc.)
|