tile-grid

2022-07-08

A simple tile grid implementation.

Upstream URL

github.com/mfiano/tile-grid

Author

Michael Fiano <mail@mfiano.net>

License

MIT
README

tile-grid

A simple tile grid implementation.

Overview

Presents a grid object which has a width and height, and a 2-dimensional array of cells. Cells have X and Y coordinates, as well as a bitfield of various user-definable properties that can be added/removed with an included API.

Install

(ql:quickload :tile-grid)

License

Copyright © 2020-2022 Michael Fiano mail@mfiano.net.

Licensed under the MIT License.

Dependencies (1)

  • mfiano-utils

Dependents (1)

  • GitHub
  • Quicklisp