mtimit / arduino-lcd-keypad-shield-games

Collection of games for the Arduino LCD Keypad Shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of games for the Arduino LCD Keypad Shield

Hangmanduino

Most of these games were modified to work with the LCD Keypad Shield.

You will find the code in the sketches directory.

The links to the original projects are included below.

6. Jump

How to play

Number Flip-Flop Look at the number in the photo. It might not be obvious at first, but notice that we have a string of all ten digits from 0 to 9 in a scrambled order. The object of the game is to put the numbers into proper order. You do that by flipping the order for the left hand side of the string. Watch how we might do this. In the text below, I will highlight the digits that I want to flip. You will see that their order will be reversed in the next iteration. Numbers

11. Snake

12. Tetris

16. Vroum!

17. Zombie

About

Collection of games for the Arduino LCD Keypad Shield


Languages

Language:C++ 71.5%Language:C 28.2%Language:Objective-C 0.3%