{grid.map((row, rowIndex) =>
row.map((cell, colIndex) => (
handleCellClick(rowIndex, colIndex)}
/>
))
)}
)
}
```
## Recursos
- [p5.js](https://p5js.org/) - Creative coding
- [Zdog](https://zzz.dog/) - Pseudo-3D engine
- [@p5-wrapper/react](https://github.com/P5-wrapper/react) - React wrapper
- [SVG Tutorial MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial)
- [Canvas API MDN](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)