Giter VIP home page Giter VIP logo

mastermind's Introduction

MasterMind

Based off the MasterMind board game, just for fun.

Install

Clone the repository and run

$ composer install

Solve the puzzle

From your terminal run

$ ./mastermind play:solve

Guess the code, the game will return if you have the correct number and spot (correct) or just the correct color but wrong spot (close)

# Example output

Choices
-------

 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

 Guess:
 >

Enter the 4 (by default) numbers you want to guess as 1234

# Example Output

Choices
-------

 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

Guesses
-------

 --------- --------------- -------
  Correct   Guess           Close
 --------- --------------- -------
  0         1 | 2 | 3 | 4   1
 --------- --------------- -------

 Guess:
 >

Have the computer solve your code

From the app directory run

$ ./mastermind play:computer

Think of (and write down) a 4 (by default) code using the valid characters from config/config.php

The computer will provide a guess and you type in how many are correct (correct color, correct spot) and how many are close (correct color, wrong spot)

Watch

You can also watch the computer face itself by running

$ ./mastermind watch

Or to set your own answer

$ ./mastermind watch --set-answer=1234

Config

In config/config.php you can set the valid characters, how long the codes should be (spaces) etc.

mastermind's People

Contributors

itssamtaylor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.