Multiplication Table is a cute game designed to practice the multiplication tables. It uses spaced repetition to minimize the time you see different problems. I designed it for my children to practice their multiplication tables so they wouldn't have to count on their fingers well into their middle ages (like their dad).
The game is written in Typescript and uses the DOM for rendering.
Play the game on github at https://davidfig.github.io/multiply
git clone https://github.com/davidfig/multiply
cd multiply
npm install
npm start
MIT by David Figatner at yopeyopey.com.