A game of wordle but...guess what....just with food names!!!
We tried to create the game of Wordle, but with food names only. The app is created in React and is a similar copy of the popular game of Wordle. The Name comes from Food
+ Wordle
= Foodle
. Hope you all enjoy the game.
- You have to guess a 5 letter Food related word.
- You have 6 tries.
- One each try, if you guess a letter at correct position, the letter will be highlighted in green.
- On each try, if you guess a letter belonging to the word, but not on correct position, it will be highlighted in Yellow.
- Brainstorm all the possiblities, create all the possible permutations and combinations, and predict the word before try count runs out. All the best.
Follow the given steps to run on Localhost:
- Fork the repo to your Github account.
- Download the ZIP file or clone your repo to your PC.
- If you have downloaded the ZIP fil, unzip it. Open the directory of the project.
- Open a terminal in the project directory.
- Run
npm i
to install the required modules.- Run
npm start
to run the server onlocalhost:3000
.- Open browser and enter the url
localhost:3000
to run the game.
This projectwas created with by Yash Nishal and Himanshu, members of Team EdBun.
We have hosted this app on Netlify. You can play the game on this URL - FOODLE.
If you have any queries or grievences, or want to point out any issues in the Project, please feel free to use the Issues
section of the Repo.