Max Bradbury a7d9354d9d | ||
---|---|---|
src | ||
test | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
bitsy_parser
a library for parsing Bitsy game data.
done
functions
- colour from
- colour to
- palette from
- palette to
- image from
- image to
- tile from
- tile to
- position from
- position to
- sprite from
- sprite to
- item from
- item to
- exit from
- exit to
- ending from
- ending to
- dialogue from
- dialogue to
- variable from
- variable to
- room from
- room to
todo
functions
- game from
- game to
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..."
replace huge inline strings with include_str!()
documentation
examples of use cases (dedupe tiles, merge games, etc.)
publish to crates.io
(not much point until it's feature-complete, I think)