Previous
Next
Back
Reset
2
5
11
6
+
-
×
÷
Press
SHIFTS
to view all shortcuts

Welcome to 24!

The 24 Game is an arithmetical card game. Each round, you are dealt a deck of 4 random poker cards between 1 and 13. The goal is to make the number 24 by combining all 4 cards using basic arithmetic operators: +, -, ×, ÷.

For example, if you are dealt | 1 | 2 | 3 | 8 |, then one possible solution is 2 × (1 + 3 + 8) = 24. Notice that you can reuse the same operator multiple times and group operators however you want, but you cannot reuse the same card. You are allowed to create fractions as intermediary values in your calculation, but the final result must be 24.

To combine two cards, select the first card, select an operator, and then select the second card, in that order. You can undo your last step or reset the puzzle at any time, and you can always revisit previous puzzles that you solved. Besides clicking on the cards, you can also use the built-in shortcuts to use the interface, which you can access by pressing shift + s.

Check out the project's GitHub, star the repository, and help me improve the web app by opening issues and submitting pull requests!

Made with ❤️ by Alex Ding, 2021.