https://github.com/darosh/gridy
TypeScript grid library for server and browser
https://github.com/darosh/gridy
Last synced: about 1 month ago
JSON representation
TypeScript grid library for server and browser
- Host: GitHub
- URL: https://github.com/darosh/gridy
- Owner: darosh
- Created: 2015-05-26T19:08:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T04:34:26.000Z (about 7 years ago)
- Last Synced: 2025-03-26T11:51:08.866Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://darosh.github.io/gridy/examples/index.html
- Size: 1.46 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gridy
[](https://travis-ci.org/darosh/gridy)
[](https://codeclimate.com/github/darosh/gridy/maintainability)
[](https://codeclimate.com/github/darosh/gridy/test_coverage)> TypeScript grid library for server and browser

Based on [Hexagonal Grids](http://www.redblobgames.com/grids/hexagons/) and [Amit’s Thoughts on Grids](http://www-cs-students.stanford.edu/~amitp/game-programming/grids/) articles.
Used in [gridy-games](https://github.com/darosh/gridy-games) and [gridy-games-lib](https://github.com/darosh/gridy-games-lib)
Current version has unstable API and unfinished implementation of features.
## Demo
Sandbox, examples and usage: [./examples/index.html](//darosh.github.io/gridy/examples/index.html)
## Documentation
[./doc/index.html](//darosh.github.io/gridy/doc/index.html)
### Grids
|[Rectangular](https://darosh.github.io/gridy/doc/classes/rectangulargrid.html)|[Brick](https://darosh.github.io/gridy/doc/classes/brickgrid.html)|[Hexagonal](https://darosh.github.io/gridy/doc/classes/hexagonalgrid.html)|[Triangular](https://darosh.github.io/gridy/doc/classes/triangulargrid.html)|
|-|-|-|-|
|||||