davidfig / multiply

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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplication Table

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.

Run on Github

Play the game on github at https://davidfig.github.io/multiply

Local Installation

git clone https://github.com/davidfig/multiply
cd multiply
npm install
npm start

License

MIT by David Figatner at yopeyopey.com.

About

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).

License:Other


Languages

Language:TypeScript 71.6%Language:JavaScript 21.3%Language:CSS 6.2%Language:HTML 0.9%