Skip to content

nshafer/gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c9be9a · Nov 5, 2024
Feb 15, 2023
Dec 9, 2022
Nov 5, 2024
Nov 5, 2024
Feb 22, 2022
Oct 16, 2023
Oct 16, 2023
Aug 29, 2022
Apr 4, 2022
Oct 16, 2023
Aug 17, 2022
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Nov 23, 2022

Repository files navigation

Gradle

Grade your wordle games. Analyze game play. Save history. Share easily.

Features

  • Select any date to enter your wordle guesses for that day, or enter a word manually. Defaults to today.
  • Each guess will be graded using information theory, giving you objective insight into exactly how each letter contributed to solving the puzzle.
  • A final grade will be tallied by averaging all of the individual grades.
  • Share your puzzle and grade easily, including a unique link to your specific guesses.
  • Include spoiler tags for Discord, Reddit, or Markdown-based forums.
  • Supports old and new reddit formatting.
  • Your puzzles are saved every day (on your device), and can be viewed in the History page.
  • Dark mode and Color-blind mode.
  • Auto detects hard-mode.
  • Desktop and mobile friendly.
  • Can be installed as a Progressive Web App (PWA) to your Homescreen. Works offline.
  • Fast solver (usually 1-2 milliseconds).
  • Open source.

Motivation

This is a simple project to help me learn some new tech... TypeScript, Vite, Vue 3 (and declaritive syntax), PWAs, etc. Use at your own risk.

Project Setup

npm install

Compile and Hot-Reload for Development

make dev

Type-Check and lint

make check

Compile and Minify for Production

make build

Run Unit Tests with Vitest

make test

About

Wordle Grade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published