All Projects → JonathanWThom → wordle

JonathanWThom / wordle

Licence: MIT license
Ruby implementation of Wordle

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to wordle

wordle-tui
Play WORDLE game in your terminal.
Stars: ✭ 61 (+125.93%)
Mutual labels:  wordle
visualization
Text visualization tools
Stars: ✭ 18 (-33.33%)
Mutual labels:  wordle
thwordle
Thai Wordle clone, built with Svelte & TailwindCSS
Stars: ✭ 45 (+66.67%)
Mutual labels:  wordle
Wordcloud2.js
Tag cloud/Wordle presentation on 2D canvas or HTML
Stars: ✭ 1,905 (+6955.56%)
Mutual labels:  wordle
wordle97
Wordle for Word 97
Stars: ✭ 54 (+100%)
Mutual labels:  wordle
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: ✭ 64 (+137.04%)
Mutual labels:  wordle
nypsi
the best discord bot
Stars: ✭ 41 (+51.85%)
Mutual labels:  wordle
wordle-kt
Wordle game clone made with Kotlin & Compose
Stars: ✭ 33 (+22.22%)
Mutual labels:  wordle
wordle-solver
A tool that helps people who struggle with vocabulary enjoy the famous game of WORDLE.
Stars: ✭ 97 (+259.26%)
Mutual labels:  wordle
wordle-it
Italian version of Wordle
Stars: ✭ 83 (+207.41%)
Mutual labels:  wordle
paudle
Wordle in Rust
Stars: ✭ 40 (+48.15%)
Mutual labels:  wordle
wordlem
A simplistic port of the popular Wordle game in Elm.
Stars: ✭ 16 (-40.74%)
Mutual labels:  wordle
katla
Indonesian version of Wordle
Stars: ✭ 121 (+348.15%)
Mutual labels:  wordle

Wordle

Ruby implementation of Wordle.

Screen Shot 2022-02-02 at 10 32 02 PM

Build

Installation

gem install wordle

Usage

Just run wordle from the command line.

This version will pull a new word at random every time you run it from a very weird and long list. It's much more difficult than the original due to some of the words being a bit uncommon.

Usage: wordle [options]
    -i, --identifier=IDENTIFIER      Pass word identifer to target a specific word that someone else has played. Identifier gets printed at the end of the game to share with a friend.
    -d, --difficult                  Hard mode. Any revealed hints must be used in subsequent guesses.
    -c, --contrast                   High contrast mode. Matched letters will be orange. Included letters will be blue.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/JonathanWThom/wordle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Acknowledgements

I cribbed my word list from the Wordle site itself. I have no association with the site, its creator, or the New York Times - I'm just a fan!

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Wordle project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].