Playing with Grids - Part 01
- Toby the Cat
- Mar 6, 2024
- 1 min read
Updated: May 1, 2024
Time: 17:57
Todays project sounds simple but has been fun. Creating code to produce a grid of and size and length I choose, then each square being given it's own sprite (or in this current case just a loop of sprites). Then getting the cursor to move around the grid. As you can see all directions but up currently work as intended. Going to alter some stuff in the back end later to fix this. Currently using a 1D array, think switching to a 2D array might make things easier.
Kommentare