A grid engine I made for fun. Arrow keys to move through the grid, m/n to zoom in/out. Click to see the coordinates of the clicked cell
Feel free to remix it to use in your projects. Note: This engine struggles when used for big grids when zoomed out, but is ok for simple grid-based games like chess, checkers or minesweeper. Because rendering positions use inefficient calculations, it may struggle when zoomed out. (18/12/2024: - 1.1) Added big grid support when zoomed in (17/12/2024: - 1.0.1) Detects mouse hovering over cells (17/12/2024: - 1.0) Basic movement, zoom in/zoom out, cell click detetion