You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
src | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
tile-grid.asd | 2 months ago |
README.md
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.