bitsy-parser/README.md

20 lines
401 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.
2020-04-12 13:48:43 +00:00
the version number follows Bitsy itself, so version 0.65.* targets Bitsy 6.5.
2020-04-05 17:58:04 +00:00
## todo
2020-04-12 14:40:40 +00:00
### failing tests
2020-04-12 08:48:35 +00:00
2020-04-12 14:40:40 +00:00
test_room_from_string shows an unexpected ordering for the items in the output of room::to_string
2020-04-12 08:48:35 +00:00
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.)