mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
Games: Add MasterWord
A simple wordle clone.
This commit is contained in:
parent
d56544aca0
commit
011b6df63a
10 changed files with 2590 additions and 0 deletions
4
Base/res/apps/MasterWrod.af
Normal file
4
Base/res/apps/MasterWrod.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=MasterWord
|
||||
Executable=/bin/MasterWord
|
||||
Category=Games
|
BIN
Base/res/icons/16x16/app-masterword.png
Normal file
BIN
Base/res/icons/16x16/app-masterword.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 B |
BIN
Base/res/icons/32x32/app-masterword.png
Normal file
BIN
Base/res/icons/32x32/app-masterword.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 582 B |
2091
Base/res/words.txt
Normal file
2091
Base/res/words.txt
Normal file
File diff suppressed because it is too large
Load diff
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