Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 527 Bytes

Mastermind

Mastermind webapp made with React, Nextjs, Tailwind CSS

Deployed with vercel here: https://mastermind-bubbly.vercel.app/

Mastermind is a board game where you try to guess the code of colored pegs (or bubbles, in this case). With each guess, the controller gives a hint consisting of the number of correct colors in the wrong place, and the number of correct colors in the correct place. Figure out the code in a limited number of guesses to win!

Run locally with

npm install

npm run dev