Skip to content

geppetto-apps/tmx.cr

Repository files navigation

Build Status Dependency Status devDependency Status

Tmx.cr

Tmx loader for loading Tiled maps into a basic data structure in Crystal.

Installation

Add this to your application's shard.yml:

dependencies:
  tmx:
    github: geppetto-apps/tmx.cr

Usage

require "tmx"

map = Tmx.load(some_path)
map.layers

Development

TODO: Write development instructions here

Updating docs

bin/update-docs

Contributing

  1. Fork it (https://github.com/geppetto-apps/tmx.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write tests for your feature (in the spec folder)
  4. Implement your feature
  5. Make sure all tests pass
  6. Commit your changes (git commit -am 'Add some feature')
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request

Contributors

Acknowledgements

Fixtures and specs were fetched from the tmx gem project.

About

Tmx loader for loading Tiled maps into a basic data structure in Crystal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published