๐ Balatro Joker guessing game
Ante 0 is a game where the object is to guess the mystery Balatro joker of the day in as few guesses as possible.
Find the mystery joker in as few guesses as possible.
- Type a joker's name into the Search bar.
- Hit Guess
- Use the match clues to get closer to the mystery joker.
- Repeat until you guess correctly!
You can play at https://jaynewey.github.io/ante-0.
Ante 0 is a front-end application written using Vue, Typescript and Tailwind. It has no back-end. The current date is used as the random number seed to ensure the selected joker is consistent for the same day.
The joker data is largely scraped from the Balatro Wiki, with adjustments to reduce ambiguity and fit the mechanics of the game.
Contributions are appreciated. Please see the following to get started:
- You'll need
bun.
Install dependencies with:
bun installRun the dev server with:
bun devType-check, compile and minify with:
bun run buildPreview the built code with:
bun previewLint the codebase with:
bun lintFormat the codebase with:
bun format