An open API service indexing awesome lists of open source software.

https://github.com/marqdevx/mastermino

Play the classic game "Mastermind" with your Arduino
https://github.com/marqdevx/mastermino

Last synced: 3 months ago
JSON representation

Play the classic game "Mastermind" with your Arduino

Awesome Lists containing this project

README

        

[![Compile Examples](https://github.com/marqdevx/Mastermino/actions/workflows/compile.yml/badge.svg)](https://github.com/marqdevx/Mastermino/actions/workflows/compile.yml)

# Mastermino
Play the classic game "Mastermind" with your Arduino

The logic of the game doesn't include the checkers feedback to recognize repeated colours, feel free to make a PR! :smile:

# Project info

## Preview of the Project
This project was made for Arduino Eduvision ep05, you can check out the final working project with the enclosure and a rotary encoder here
https://youtu.be/JxlG_JBVW1k?t=1693

## Tutorial
The Arduino Eduvision people wrote this sweet tutorial to understand and be able to replicate the project shown on the video
https://www.arduino.cc/education/mastermind-project

### Requirements (Only for the Example > game_matrix_rotary)
#### Libraries
* https://github.com/mathertel/RotaryEncoder
* https://github.com/adafruit/Adafruit_NeoMatrix
* https://github.com/adafruit/Adafruit-GFX-Library