Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dadecoza/hangmanduino
This sketch allows you to play hangman on your Arduino.
https://github.com/dadecoza/hangmanduino
Last synced: 10 days ago
JSON representation
This sketch allows you to play hangman on your Arduino.
- Host: GitHub
- URL: https://github.com/dadecoza/hangmanduino
- Owner: dadecoza
- Created: 2014-12-03T08:37:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T23:07:53.000Z (over 3 years ago)
- Last Synced: 2023-12-15T00:43:50.651Z (11 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangmanduino
![Hangmanduino](https://dl.dropboxusercontent.com/s/8nrk4vs5pqrakeu/arduinolt2.jpg)
This sketch allows you to play hangman on your Arduino. There is a small list of words defined in a variable, which the program randomly selects from.
Originally written by Dan Wagoner http://www.nerdybynature.com/2009/08/31/hangmanduino/.
Updated to use a keyboard by Johannes le Roux ([email protected]).