Available online at https://acs3ss.github.io/24-card-game-solver!
python play24.pyTwo game modes:
- Play 24 with randomly generated cards
- Check solutions
npm installnpm run dev- Open http://localhost:5173
The service worker is only included in the production build. If making changes to the service worker or if you otherwise want to test its functionality, you'll need to build for production instead and start a separate local server.
npm run build:watchnpm run serve- Open http://localhost:4173
Card SVGs from https://www.me.uk/cards/ and lightly modified for better Vue templating. Light cards use default colors. Dark cards use #343A40 (gray-800) for the background, #E35D6A (red-400) for the red pips, and #F8F9FA (gray-100) for the black pips.