PIXALNZ

Ngā Kupu - A Te Reo Wordle Game

Ngā Kupu is a daily te reo Māori word game rebuilt with Next.js. It is designed as a focused, accessible browser experience with no account or server required.

Features

Development

npm install
npm run dev

Run the game logic tests with npm test and create the production export with npm run build. The exported static site is written to out/ for GitHub Pages.

Stack

Next.js App Router, React, and CSS. The game runs entirely in the browser and stores progress in local storage.