Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 820 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 820 Bytes

Word Cookies Cheat

This website provides a simple cheat around the mobile app Word Cookies.

Demo: https://wordc.herokuapp.com/

picture alt

Description

Word Cookies is a game where, upon being given some letters, you have to make a list of all the words that could be made with those letters.

If you are frustrated or in a hurry, you can use this app instead. Simply input all the letters, and all the words in the English language with those letters will be outputted. You can then enter these and win the game.

Tech Stack

Word Cookies Cheat was built with the following technologies:

  1. HTML (frontend)
  2. Python (backend)
  3. Flask (web framework)
  4. PostgreSQL (database)