A grid which can be easily expanded created using AppGameKit.
- 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
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.
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/