Geminii / interview-memory-game-boilerplate

Interview Memory Game Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Memory Game Boilerplate

Hi and welcome in this Memory game challenge ๐Ÿ‘‹

I hope you enjoy making this exciting game and have a good time on it ๐ŸŽฎ.

Feel free to ask questions during this interview. We are here to discuss with you many technical aspects regarding VueJs ๐Ÿง‘โ€๐Ÿ’ป.

What you need to do

  • Remove the homepage to redirect directly to the game page
  • Build the memory game
    • Create the game board
    • Display of player name, button to create a new game, number of turns
    • Save the result in store when we want to start a new game
  • Display player name with rounds on rank page
  • [BONUS] Persist the data of games played in order to allow the display of the results when the page reloads.

Screenshots

Init game Playing game Rank page

Project setup

To make it easier for you to get started, we provide you with the following configuration.

Feel free to use it or add some dependencies if needed.

Technical configuration

Install dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

Interview Memory Game Boilerplate


Languages

Language:SCSS 34.3%Language:Vue 21.2%Language:TypeScript 19.7%Language:HTML 14.6%Language:JavaScript 10.2%