anagrama
v0.2.2
Published
Terminal client for Anagrama
Maintainers
Readme
Anagrama CLI
A terminal client for Anagrama - the daily word puzzle game.
Installation
Run directly with npx (no install needed):
npx anagramaOr install globally:
npm install -g anagramaUsage
Simply run anagrama to start the interactive menu:
anagramaCommands
anagrama- Start interactive modeanagrama login- Link your Anagrama accountanagrama logout- Remove local credentialsanagrama whoami- Show current loginanagrama play- Play today's puzzle directly
In-Game Commands
While playing, type these commands:
/help- Show all commands/hint- Get a hint (reveals one letter)/shuffle- Shuffle the available letters/exit- Return to menu/quit- Exit the app
Options
-m, --minimal- Use minimal output mode (less visual clutter)
How to Play
- You're given scrambled letters
- Find the target word using those letters
- You have 5 lives - wrong guesses cost a life
- Find alternate anagrams for bonus points!
Development
# Clone the repo
git clone https://github.com/AnagramaGames/anagrama-cli.git
cd anagrama-cli
# Install dependencies
npm install
# Build
npm run build
# Run locally
npm startConfig
Set ANAGRAMA_URL to point at a different server (default is https://playanagrama.com):
ANAGRAMA_URL=https://playanagrama.com anagrama playLicense
MIT
