Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 545 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 545 Bytes

Guess the Hex Color

Simple game made with Vite + React.

You can play it on: https://hexcolor-game.surge.sh/

Objective:

The main objective of the game is to get the highest sequence of right answers. To do that, you have to select the right color by clicking the button that corresponds to the color of the square.

Run locally:

$ git clone https://github.com/G4bzz/hexcolor-game.git
$ cd ./hexcolor-game
$ npm run dev

So, go to http://localhost:5173/ and enjoy!