Too Long; Didn't Read
In this article, we will develop an Arduino Starship game which will be displayed on an LCD display 16x2. The game will be controlled by a joystick and by a computer through the Serial Monitor. In the game, the player controls the flying starship and a high score is stored in EEPROM. We will deal with each element separately and how it will all work together. The project is interesting and opens up opportunities to learn new: how to make and display a custom character on the LCD display. How to read and write data to EEPRom (non-volatile memory)
Share Your Thoughts