Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]).