Skip to content

KhashayarKhm/chameleon

Repository files navigation

Chameleon

Script to resolve the master mind game

Setup

  1. Go to your preferred directory download the MasterMind game
  2. Download the latest version of chameleon here
  3. Move the chameleon to the master mind game directory
  4. Include the chameleon.js to the index.html of master mind game with an text editor (Atom, notepad, vim, ...)
    			</section>
    			<script src="./assets/js/mastermind.js"></script>
    			<script src="./chameleon/chameleon.js"></script>
    		</body>
    	</html>
  5. Run the index.html in your browser and have fun :)

WARNING

  • This script is only available in MasterMind
  • Do NOT change, add or remove the elements, IDs or classes to chameleon work well
  • Chameleon only works in easy difficulty for now

Thanks