You are viewing an older revision! See the latest version
Two player hangman
Overview¶
We designed a two player hangman game with the graphics running on a VGA and the text being displayed on the Text LCD. The input is from a PS2 keyboard. One user enters a word which must be guessed by the second user. A buzzer is also included to indicate winning or losing.
Components¶
- mbed
- uVGA II board (http://mbed.org/cookbook/uVGAII-printf-demo)
- Text LCD panel (http://mbed.org/cookbook/Text-LCD)
- PS2 break out board (http://mbed.org/cookbook/PS2)
- PS2 keyboard
- Piezo buzzer (http://mbed.org/users/dreschpe/code/beep/)