Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 418 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 418 Bytes

Repository containing the code for implementing the classic game Pong on a Nexys A7 Digilent FPGA development board.

The game consists of Pong displayed through the VGA display port, a live score counter, and real time feedback through audio for game interactions. The project featues the use of digital design principles and implements one shots, clocks, and states to keep synchronization and the game loop intact.