Go to file
Max Bradbury 92ab40e013 palette module; tidy up colour module 2020-04-12 12:35:39 +01:00
src palette module; tidy up colour module 2020-04-12 12:35:39 +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 update package 2020-04-12 09:48:26 +01:00
LICENSE Create LICENSE 2020-04-05 18:59:30 +01:00
README.md this is done, I think 2020-04-12 11:52:48 +01:00

README.md

bitsy-parser

a library for parsing Bitsy game data.

todo

handle fancy exits

  • bidirectional?
  • fancy animations

tidy up

split into multiple files

move tests to their own suite

migrate to idiomatic rust etc.

documentation

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

publish to crates.io