Leardle is a Wordle-inspired educational game that helps students learn terms and definitions in an engaging way. Input your study material and practice guessing terms based on their definitions.
- Visit leardle.github.io
- Input your terms and definitions in one of the following formats:
[
{
"term": "photosynthesis",
"definition": "Process by which plants convert light energy into chemical energy"
},
{
"term": "mitosis",
"definition": "Cell division resulting in two identical cells"
}
]photosynthesis
Process by which plants convert light energy into chemical energy
mitosis
Cell division resulting in two identical cells
- Click "Start Game" to begin
- Read the definition and try to guess the term
- You have 5 attempts per word
- Color feedback will help guide your guesses:
- Green: Letter is correct and in the right position
- Orange: Letter is in the word but wrong position
- Red: Letter is not in the word
- Dark/Light mode toggle
- Progress tracking
- Multiple attempts per word
- Visual feedback for guesses
- Support for both JSON and plain text input
- Mobile-responsive design
Feel free to open issues or submit pull requests to improve the game.
© 2025 Tarushv Kosgi