Skip to content

Rewordle lets you play all the Worlde words from the beginning in the terminal (written in Crumb)

Notifications You must be signed in to change notification settings

ronilan/rewordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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 git@github.com:ronilan/rewordle.git#main

Run:

docker run --rm -it rewordle.crumb

Or "all in one":

docker run --rm -it $(docker build -q git@github.com:ronilan/rewordle.git#main)

Then in the shell:

./crumb rewordle.crumb

Use

IMPORTANT: Keyboard input has severe latency. It may feel like it is not responding. This is the result of an implementation detail of the Crumb interpreter. A fix is forthcoming. Some day, but not today.

Play it like Wordle!

Fabriqué au Canada : Made in Canada 🇨🇦

About

Rewordle lets you play all the Worlde words from the beginning in the terminal (written in Crumb)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published