Go to file
Max Bradbury 87a9ca5273 remove "done" list 2020-04-11 16:08:57 +01:00
src move test resources into /test/resources 2020-04-11 16:07:53 +01:00
test/resources move test resources into /test/resources 2020-04-11 16:07:53 +01:00
.gitignore initial 2020-04-05 18:58:04 +01:00
Cargo.toml initial 2020-04-05 18:58:04 +01:00
LICENSE Create LICENSE 2020-04-05 18:59:30 +01:00
README.md remove "done" list 2020-04-11 16:08:57 +01:00

README.md

bitsy-parser

a library for parsing Bitsy game data.

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..."

documentation

examples of use cases (dedupe tiles, merge games, etc.)

publish to crates.io

(not much point until it's feature-complete, I think)