Go to file
Max Bradbury 14c865e521 versioning 2020-04-12 14:48:43 +01:00
src game module 2020-04-12 14:38:07 +01:00
test/resources avatar functions, tests and test resources 2020-04-11 18:17:29 +01:00
.gitignore initial 2020-04-05 18:58:04 +01:00
Cargo.toml versioning 2020-04-12 14:48:43 +01:00
LICENSE Create LICENSE 2020-04-05 18:59:30 +01:00
README.md versioning 2020-04-12 14:48:43 +01:00

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

handle fancy exits

  • bidirectional?
  • fancy animations

tidy up

  • refactor the more shonky bits to idiomatic rust

documentation

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

publish to crates.io