dependabot[bot] 5790198fd9 Bump postcss from 8.4.4 to 8.4.31 (#160)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.4 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.4...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 13:49:39 -08:00
2022-02-06 11:15:35 -08:00
2023-05-22 10:32:41 -07:00
2021-12-29 15:16:29 -08:00
2022-01-26 20:44:10 -08:00
2021-12-29 15:14:05 -08:00
2021-12-11 21:22:38 -08:00
2021-12-30 12:10:44 -08:00
2022-01-26 20:44:10 -08:00
2022-01-26 20:44:10 -08:00

Word Master

🔗 https://octokatherine.github.io/word-master/

Heavily inspired by Wordle, Word Master is a word guessing game similar to Mastermind. I created this because I love Wordle, but the once a day limit leaves me wanting more.

Rules

You have 6 guesses to guess the correct word. Each guess can be any valid word.

After submitting a guess, the letters will turn gray, green, or yellow.

  • Green: The letter is correct, in the correct position.
  • Yellow: The letter is correct, but in the wrong position.
  • Gray: The letter is incorrect.

Contributing

Feel free to open an issue for any bugs or feature requests.

To contribute to the code, see CONTRIBUTING.md

Description
No description provided
Readme MIT 5.9 MiB
Languages
TypeScript 98%
HTML 0.8%
JavaScript 0.7%
CSS 0.5%