2.0.0 • Published 9 months ago

n-letter-wordle v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

N Letter Wordle Game

A wordle clone, played in the command line, with words of any length. Also, this version gives you the definitions of the word when the game is over. 🥇

Disclaimer

We are not affiliated at all with Wordle or New York Times. This is simply a toy project for Jim to practice building cli tools and coding in Rust...

Try The Live, Deployed CLI Tool!

Two different ways to install: via npm or via cargo.

Installation Method 1) NPM

Install n-letter-wordle as a global npm dependency:

npm i -g n-letter-wordle

Installation Method 2) Cargo

Install n-letter-wordle as a global npm dependency:

cargo install n-letter-wordle

Local Dev

Clone this project, then run it with cargo:

cargo run

Run unit & integration tests:

cargo test

Run format & linting checks:

cargo fmt
cargo clippy

Production build

Build with the release flag:

cargo build --release

Deploy

First, login to cargo and npm

cargo login
npm adduser

Then I deployed with rust-to-npm:

rust-to-npm-cli deploy -b
1.1.1

9 months ago

2.0.0

9 months ago

1.1.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago