I’m making a new math game that can generate a grid of equations. Now I’m looking for feedback on how to turn this into a game.
There are two ways imo to do it :
- Dynamically with an Array of Arrays
- Statically with Tiled
I’m making a new math game that can generate a grid of equations. Now I’m looking for feedback on how to turn this into a game.
There are two ways imo to do it :