Skip to content

khui0/flaggle-fix

 
 

Repository files navigation

Flagle is a guessing game which presents the user with a country's flag, and gives them six tries to guess what country it belongs to. If an incorrect guess is given, you will receive the proximity of the correct country based on the incorrectly guessed country. Get the country correct within six tries, and you win! See how long you can keep your streak going!

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

npm run dev

Production

npm run build
npm run preview

Check out the deployment documentation for more information.

Languages

  • Vue 63.1%
  • SCSS 21.0%
  • JavaScript 10.1%
  • TypeScript 5.8%