Skip to content

codeliveroil/mastermind

Repository files navigation

Mastermind - Code breaking game

Command line implementation of the popular Mastermind game. Rules, key control and difficulty settings are explained in the help screen.

Screenshot

Gameplay

GIF demo

Installation

macOS

brew tap codeliveroil/apps
brew install mastermind

Other

Download the latest release for your operating system and machine architecture. If one is not available, you can easily compile from source.

Usage

mastermind -help

Compile from source

Setup

  1. Install Go
  2. Clone this repository

Build for your current platform

make
make install

Cross compile for a different platform

  1. Build
    make platform
    
  2. Follow the prompts and select a platform
  3. The binary will be available in the build folder

About

🍡 Code breaking game

Resources

License

Stars

Watchers

Forks

Packages

No packages published