Max Bradbury fd4a682ade | ||
---|---|---|
src | ||
test/resources | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
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.)