more readme

This commit is contained in:
Max Bradbury 2020-07-21 10:14:07 +01:00
parent 6fe9bc8b2e
commit 5a4d4c2776
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,12 @@
import tile sheets into Bitsy games.
## about
© Max Bradbury 2020. released under the MIT license.
uses my own [bitsy-parser](https://crates.io/crates/bitsy-parser) library
and the delightful [wasm-pack](https://crates.io/crates/wasm-pack).
## usage
you will need an image, and optionally, a Bitsy game to add your tiles to.
@ -37,3 +43,10 @@ it is not the same thing and will not parse correctly.
* draw your own tile sheet in your favourite paint program e.g. [Aseprite](https://dacap.itch.io/aseprite)
* "borrow" tiles from an existing game that uses 8×8 tiles, for example any NES or Gameboy game
* import an unusual image and see what kind of game you can make with the resulting tiles
## help
this tool requires Javascript and WebAssembly, and may not work in all browsers.
if you encounter any issues, please [email me](mailto:max@tinybird.info)
with a good description of the problem and (if applicable) any errors in your browser's console.