A fun math game for the browser
git clone https://github.com/mndvns/math24.git
cd math24
npm i
npm startmath24 is a math game wherein four numbers less or equal to ten are selected. The object of the game is to transform those four numbers into 24
For example, the numbers 1, 2, 3, and 4 can be all multiplied together to equal 24.
Generate four numbers less than or equal to tenRemove repeated numbersPlayer inputs solutionComputer checks solution
MIT