Max Bradbury fb0fac0665 | ||
---|---|---|
src | ||
test/resources | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
bitsy-parser
a library for parsing Bitsy game data.
todo
tidy up
split into multiple files
move tests to their own suite
migrate to idiomatic rust etc.
for consistency, _from_string
functions should handle their own labels
e.g. "DLG SPR_1..." instead of just "SPR_1..."
documentation
examples of use cases (dedupe tiles, merge games, etc.)