Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.05 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.05 KB

Rewordle

Rewordle lets you play all the Worlde words from the beginning in the terminal.

It's written in Crumb.

banner

Install

Running Crumb programs requires building the Crumb interpreter from source. That can be done locally, or within a Docker container.

Locally

Clone the repo:

git clone [email protected]:ronilan/rewordle.git

CD into directory:

cd rewordle

Build Crumb interpreter:

chmod +x build-crumb.sh && ./build-crumb.sh

Run:

./crumb rewordle.crumb

With Docker:

Build:

docker build -t rewordle.crumb [email protected]:ronilan/rewordle.git#main

Run:

docker run --rm -it rewordle.crumb

Or "all in one":

docker run --rm -it $(docker build -q [email protected]:ronilan/rewordle.git#main)

Then in the shell:

./crumb rewordle.crumb

Use

Play it like Wordle!

Fabriqué au Canada : Made in Canada 🇨🇦