Main Content

RUN & JUMP Arduino Game Using LCD

The Arduino is a really easy way to get started in electronics, it is simple to design a circuit around the arduino boards and easy to program using the arduino IDE. The Arduino may not be as powerful as the Raspberry Pi or Intel Edison but it is cheap and easy to design projects.
The arduino can be connected to different types of LCD displays and OLED displays, this gives the possibility of a large number of projects that display the sensor outputs on the LCD or OLED. But what’s more is that these displays even support low resolution graphics which enable us to design low resolution pictures and even sprites and objects for games.
In this instructable, I’m going to show you How to build an arduino powered low resolution game with sprites and objects. The game is simple and involves running and jumping over objects or walls by clicking a button.”

Link to article