Skip to content

franfaccin/mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind

Mastermind is a code-breaking game. The objective of the game is to guess the exact colors and positions of the secret.

This is a personal project so that I could play around with React, Typescript and React Testing Library.

You can check the game live here.

Before you start

You'll need NODE.js and NPM installed. Then run this in the project directory:

npm install

To run the project

In the project directory, you can run:

npm start

This runs the game in development mode.
Open http://localhost:3000 to view it in the browser.

To run tests, run:

npm test

This project was bootstrapped with Create React App.

About

A Mastermind game done in React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published