daveptalex/enforcado ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple hangman game in Portuguese called Enforcado.
I want it to run in the browser, work well on mobile, and feel like a small app I can open from the home screen. Use the word list in palavras.txt, pick a random word each round, show blanks for the letters, and let the player guess letters until they win or lose. Keep track of wrong guesses, show the hangman state as they make mistakes, and give clear buttons to start a new game and try again.
Make it look clean and friendly, with a good layout, icons, and a proper app feel. If it helps, make it usable offline too, since there is already a service worker and manifest in the project. If anything is unclear, check current docs online and then just build the best version you can.
Are you gonna build this?
make sure you review the code using coderabbit