HederAlves / arena-genius

Home Page:https://arena-genius.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arena Genius

project

Badge Badge under development

Technologies

Badge Badge Badge Badge

About the Game

Genius is a classic electronic memory game, first released in 1978. The game challenges players to remember increasingly longer sequences of colors and sounds.

Operation

The game consists of an electronic device with four colored buttons - red, green, yellow, and blue. Which will be represented through software.

The game follows a random sequence of lights and sounds that players must replicate by pressing the buttons in the same order. With each round, the sequence increases in length, testing players' memory and attention.

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Running the tests with cypress

To successfully run the tests, make sure your application is running on the localhost port://5173

yarn dev

In another terminal for your application, you should open Cypress by running the command

yarn cypress:open
  • With the Cypress interface open, select the option "e2e tests" and then choose the test you want to execute and monitor the results.

Customize configuration vue

See Configuration Reference.

About

https://arena-genius.vercel.app


Languages

Language:Vue 66.9%Language:JavaScript 25.8%Language:CSS 5.2%Language:HTML 2.0%