Flordle is a flag guessing game inspired by Wordle. In this version, you have to guess the name of the country that the flag shown belongs to. Wordle, but for flags 🏴 🏳️
See Live Demo
- Node.js V14 or higher which you can obtain here
-
Clone the repo to where you will be running the system
-
Get all dependencies
npm install
-
Compile CSS
npm run buildcss
-
Start the React server
npm start
- Add gameplay statistics
- Add dark mode
A list of resources I found helpful in this project that I would like to give credit to