KO
|
EN
gitlite — search
Search
#golang
#ruby
#dotfiles
#javascript
#docker
#nodejs
#database
#python
#php
#ios
#swift
#debian
pangrum
★ 50
Open GitHub ↗
A daily word puzzle game.
Download README (.md)
Explore Similar Repositories
GloVe-experiments
:
GloVe word vector embedding experiments (similar to Word2Vec)
wordle
:
TUI version of the Wordle word puzzle game written in Haskell
emacs-guess-word-game
:
emacs guess word game for learning ESL. Emacs 背单词
word-search-game
:
A word game which programming with HTML5 and Javascript.
word-peaks
:
A word guessing game of highs and lows
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pangrum
?
Download (.md)
<p align="center"> <a href="https://pangrum.com/"> <img width="80" src="https://pangrum.com/logo.svg" alt="Pangrum logo"> </a> </p> <h1 align="center">pangrum</h1> <p align="center"> A daily word puzzle game. </p> <p align="center"> <img src="https://img.shields.io/badge/nuxt-4-00DC82?logo=nuxt.js" alt="Nuxt 4"> <img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License"> <a href="https://page-speed.dev/pangrum.com"><img src="https://page-speed.dev/badge/pangrum.com" alt="Core Web Vitals"></a> </p> <p align="center"> <a href="https://pangrum.com/"> <img height="300" alt="Pangrum mobile screenshot" src="https://github.com/user-attachments/assets/bd32f0ec-0db4-46ab-9fce-3b7b08b49279" /> </a> <a href="https://pangrum.com/"> <img height="300" alt="Pangrum desktop screenshot" src="https://github.com/user-attachments/assets/59559065-5fc8-4984-870e-c35073910ec3" /> </a> </p> <p align="center"> <a href="https://pangrum.com/"><strong>👉 Play now</strong></a> </p> ## ✨ Features - 🇺🇸🇬🇧🇩🇪🇳🇱🇫🇷🇪🇸 Play in multiple languages - 🔄 Cross-device progress sync (no login required) - 🏆 Social sharing of your results - 📲 Use offline (+ install as a PWA) - 🟢 Streak tracking - 🌒 Light and dark mode ## 📲 Install as an App Pangrum works offline and can be installed as a PWA (Progressive Web App) on your device. ### iOS (Safari) 1. Open [pangrum.com](https://pangrum.com) in Safari 2. Tap the **Share** button (square with arrow) 3. Scroll down and tap **Add to Home Screen** 4. Tap **Add** to confirm ### Android (Chrome) 1. Open [pangrum.com](https://pangrum.com) in Chrome 2. Tap the **three-dot menu** (⋮) 3. Tap **Add to Home Screen** or **Install app** 4. Tap **Install** to confirm ## 🔒 Privacy - **No account** - Progress lives in your browser. - **No cookies** - We don't use any. - **Privacy-first analytics** - We use [Vercel Analytics](https://vercel.com/docs/analytics/privacy-policy) to see aggregate stats (like "how many puzzles were completed"). It's anonymous, cookieless, and collects no personal data. - **Sync is optional** - If you enable it, only your word lists are shared (anonymously, via a code you control). ## 🛠️ Tech Stack - [Nuxt](https://nuxt.com/) - of course! - [Nitro](https://nuxt.com/docs/guide/concepts/server-engine#server-engine) - server engine - [PartyKit](https://partykit.io/) - real-time cross-device sync - [Hunspell](https://hunspell.github.io/) - word lists - [`@vite-pwa/nuxt`](https://github.com/vite-pwa/nuxt/) - PWA support - [`@nuxtjs/color-mode`](https://color-mode.nuxtjs.org/) - theme switching - [`@nuxtjs/i18n`](https://i18n.nuxtjs.org/) - UI internationalisation (EN, DE, ES, FR, NL) - [Upstash](https://upstash.com/) - KV storage for persistent data - [Vercel](https://vercel.com/) - hosting ## 🚧 Roadmap - [ ] keyboard shortcuts on desktop - [ ] mobile app (using [Capacitor](https://capacitorjs.com/)) ... or maybe [you have another idea](https://github.com/danielroe/pangrum/issues/new)? ## 🧑💻 Try it out locally ### Setup ```bash # install dependencies corepack enable pnpm install # serve in dev mode, with hot reload at localhost:3000 pnpm dev # build for production pnpm build # preview in production mode pnpm preview ``` ### Testing ```bash # run all tests pnpm test # run tests in watch mode pnpm test:watch # run e2e tests pnpm test:e2e ``` ## License Made with ❤️ Published under [MIT License](./LICENSE).