← Back to work

WordleWordle from scratch

Wordle from scratch

Wordle

  • JavaScript
  • Node.js
  • TypeScript (web port)

Overview

The word game, written from scratch — first as a Node.js terminal game with color-coded feedback, now ported to run right here in your browser. Same two-pass evaluation; play it below.

Demo

Highlights

  • Standard Wordle scoring done correctly: greens first, then yellows debited against remaining letter counts (so duplicate letters don’t over-credit).
  • Originally a terminal game (chalk + prompt-sync); the web port is a clean React reimplementation.
  • Physical + on-screen keyboard, six guesses, keyboard heat-map.