I was wondering what would be the best way to make an in-browser math game similar to brilliant.org. Not so much a game as an interactive way to learn I guess.
My only experience with javascript is making this chess wordle game. Can anyone recommend good libraries or tutorials for making an interactive math game like this? I was thinking about using d3.js. Is that the right path forward?
Thanks in advance.