MasterMind is an application inspired by the classic boardgame from 1970 (read more about the classic game here). The code was generated using Random.org's free API to generate 8 random digits from 0 -7 in order to create the 4 digit code, or the 6 digit code for the difficult level. User's wins and losses are stored unless they choose to delete/reset their wins/losses.
To view this application on your local machine:
- Clone down this repository
- Run
npm i
in your terminal - Run
npm start
in your terminal
Lourdes Mendoza GitHub |