Go to file
Max Bradbury 8b383bc982 fix items map 2020-04-06 14:24:35 +01:00
src fix items map 2020-04-06 14:24:35 +01:00
test initial 2020-04-05 18:58:04 +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 ending functions 2020-04-06 14:11:56 +01:00

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

todo

functions

  • dialogue from
  • dialogue to
  • room from
  • room to
  • variable from
  • variable to
  • game from
  • game to

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

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