Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 664 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 664 Bytes

wurds

This workspace contains crates (projects) related to creating a game similar to Wordle.

Detailed documentation can be found in the respective crate's README.

Library

The wurds crate is a general library that can be used to simulate the game. The library does not make any assumptions about the front-end: it can be used in a terminal-based application, as the backing model for a web API, or any other medium.

Binaries

This workspace contains binaries that showcase applications that leverage the library, and are fully runnable.

  • wurds_tui is an interactive text-based interface to the game