Libre Bee is a free and open-source command-line clone of the New York Times Spelling Bee game. This program runs on most operating systems and requires a terminal emulator to play.
- Install Rust and Cargo:
- Linux (Debian/Ubuntu):
sudo apt update sudo apt install cargo
- Linux (Fedora):
sudo dnf install cargo
- MacOS (using Homebrew):
brew install rust
- Windows: Download and install Rust and Cargo from the official Rust website.
- Linux (Debian/Ubuntu):
- Clone this repository:
git clone https://github.com/yourusername/libre_bee.git
- Navigate to the project directory:
cd path/to/libre_bee # replace with actual path
- Build the application:
cargo build --release
Once built, you can run Libre Bee as follows:
./target/release/libre_bee
On Windows, you may need to specify the executable extension:
. arget\release\libre_bee.exe
- Make sure that Cargo is added to your system's PATH.
- For Linux and MacOS, you may need to set executable permissions:
chmod +x ./target/release/libre_bee
- Updates, help, and additional features will be provided in future releases.
Libre Bee is released under GNU General Public License 3.0. Feel free to use, modify, and share it, under the conditions presented in the LICENSE file.