mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 06:06:48 +00:00
Games: Add MasterWord
A simple wordle clone.
This commit is contained in:
parent
d56544aca0
commit
011b6df63a
Notes:
sideshowbarker
2024-07-17 17:11:48 +09:00
Author: https://github.com/japetrus
Commit: 011b6df63a
Pull-request: https://github.com/SerenityOS/serenity/pull/12443
Reviewed-by: https://github.com/Xexxa
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bgianfo ✅
Reviewed-by: https://github.com/nico
10 changed files with 2590 additions and 0 deletions
15
Base/usr/share/man/man6/MasterWord.md
Normal file
15
Base/usr/share/man/man6/MasterWord.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Name
|
||||
|
||||
 MasterWord
|
||||
|
||||
[Open](file:///bin/MasterWord)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ MasterWord
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Try to guess a secret word. As you guess, letters that occur but are in the wrong spot will turn yellow and letters that are in the correct spot will turn green.
|
Loading…
Add table
Add a link
Reference in a new issue