Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 835 Bytes

File metadata and controls

13 lines (9 loc) · 835 Bytes

Third-Party Notices

Red Blob Games (Amit Patel)

  • Source: https://www.redblobgames.com/grids/hexagons/
  • Implementation guide: https://www.redblobgames.com/grids/hexagons/implementation.html
  • Usage in this project: Concepts, formulas, and algorithms for hexagonal grids were adapted to our own TypeScript implementation (see src/lib/hex/*). We did not copy website text or images.
  • License: Red Blob Games states that accompanying code is open source under either the MIT License or the Apache License 2.0; both allow use in commercial projects. Where any snippets were adapted closely, they are used under the MIT terms with attribution to Amit Patel.

Notes

  • Our repository is licensed under the MIT License (see LICENSE).
  • If any future third‑party code or assets are added, include their license and attribution here.