Skip to main content

A game of wordle with suggested words!

Project description

A Python package to play Wordle

My reproduction of the popular game (the real one here), along with suggested words (based on entropy).

Installation

pip install wordle-buddy

Play a game

To play via the command line, simply run the wordle_oden command. To play in "manual mode", where you enter in the resulting colors, run wordle_oden_manual.

To play a game in a python terminal, instantiate a WordleGame object and use the run() method.

from wordle_oden import WordleGame
game = WordleGame()
game.run()

To exit, press Esc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordle_buddy-0.0.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

wordle_buddy-0.0.1-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page