Skip to content

ericksuzart/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders with Arduino

alt

Space Invaders inspired game using an Arduino UNO, LCD character display, some buttons and a buzzer. Enjoy it.

How it works

We use some custom characters to represent the game objects.

alt

With these characters we can draw the game objects on the LCD, that are: space-ship, bullets and enemies(aliens). Each of these objects has a position on screen.

  • You score by number of enemies killed in each level.

  • You can move the space-ship (left/right) with the buttons.

This project was implemented in C++ using the Arduino UNO as a microcontroller.

VID_20220722_115651.mp4

The code is available in simulated environment at Tinkercad: Space-Invaders

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages