Test eCookbook Integration
This commit is contained in:
parent
43ea63bb7c
commit
05fd8ca891
109 changed files with 2092 additions and 0 deletions
8
docs/eCookbook/games/wordle.md
Normal file
8
docs/eCookbook/games/wordle.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Wordle
|
||||
|
||||
A front-end for the popular Wordle game
|
||||
|
||||
You will need to add some additional code to hook up to a dictionary of words. This Trinket has the code to handle all of the user input & output. It takes in characters, converts to upper case, handles backspace key and enter key. It also color codes the submitted answer against the "Current word" (currently a single constant).
|
||||
|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/a047e5303f?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue