Go to file
Max Bradbury 8e5d55c2a5 implement scene transitions 2020-04-12 15:40:40 +01:00
src implement scene transitions 2020-04-12 15:40:40 +01:00
test/resources avatar functions, tests and test resources 2020-04-11 18:17:29 +01:00
.gitignore ignore bitsy data repository 2020-04-12 14:58:38 +01:00
Cargo.toml implement scene transitions 2020-04-12 15:40:40 +01:00
LICENSE Create LICENSE 2020-04-05 18:59:30 +01:00
README.md implement scene transitions 2020-04-12 15:40:40 +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

failing tests

test_room_from_string shows an unexpected ordering for the items in the output of room::to_string

tidy up

  • refactor the more shonky bits to idiomatic rust

documentation

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