Skip to content

fatduckling/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Implementation of the pong game in Arduino

image of arduino with pong

Introduction

The aim of this project is to design a 2D pong game, on the Arduino DUE. This game will be displayed on a 2.8” TFT LCD screen connected to the Arduino board. There will be two players associated with the game: the human player, and the computer (AI). The players have the ability to move left or right. The movement of the human player is determined by the embedded accelerometer of your Android phone, such that the data will be transmitted over to the Arduino via Bluetooth. Other components are also used to make the game more interactive, such as buttons (to move states) or the potentiometers (to adjust the settings of the game). All of these individual components will be analysed in detail later in this report.

Live Preview

https://www.youtube.com/watch?v=Z1L-pabSqLQ

Schematic

High level schematic diagram

For the full specifications and details, please check out the report in the root of this directory.

About

Implementation of the pong game in Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published