Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

DevMiduz/AppGameKit_ExpandingGrid

Repository files navigation

Expanding Grid Library

A grid which can be easily expanded created using AppGameKit.

Library Goals

  • Create a grid which expands outwords from a 0, 0 coordinate.
  • Coords on the left will be negative.
  • Coords on the right will be positive.
  • This way it will be easy to keep the positions of the existing tiles the same.

Example:
-2 -1 0 1 2
0
1
2

LICENCE RELATED:

I have chosen the MPL 2.0 licence as it makes it easy for you to use the work in your project without worrying about it impacting your licencing.

The licencing is only a per file basis and changes to the files you make should be released under the same licence.

This way we can all benefit from each other.

Licence Header

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Please see https://www.mozilla.org/en-US/MPL/2.0/FAQ/ for FAQ on the MPL 2.0 licence.

Licence headers are available here: https://www.mozilla.org/en-US/MPL/headers/

About

A grid which can be expanded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published