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
- Host: GitHub
- URL: https://github.com/marqdevx/mastermino
- Owner: marqdevx
- License: gpl-3.0
- Created: 2021-04-27T09:06:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T22:23:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T16:25:04.212Z (4 months ago)
- Language: C++
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/marqdevx/Mastermino/actions/workflows/compile.yml)
# Mastermino
Play the classic game "Mastermind" with your ArduinoThe 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