1
 2 // Master Mind project page
 3 // I got the idea to do this from the popular Serbian quiz, slagalica
 4 // -------------------------------------------------------------------------------------------------------------------------------------------
 5
 6 class MasterMind: public Project {
 7
 8    name: MasterMindGame
 9
10    desc: Mastermind game in JavaScript, featuring an intuitive interface for playing, understanding the rules,
11          and implementing a custom algorithm to solve Mastermind puzzles
12
13    tools: Html/Css/JavaScript, algorithms
14
15    github_link: Click here
16
17 }
18
19
20
21
22