Skip to content

InputBlackBoxOutput/Catch-The-Egg-FPGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catch the Egg FPGA

'Catch the Egg' is a simple yet fun game. The objective of the game is to catch all the eggs which are falling from the sky in our basket. If you are unable to catch an egg, you lose the game. This is an implementation of the Catch-The-Egg game on an FPGA.

image

Implementation details

  • The 4x8 LED matrix shows the basket using 2 consecutive LEDs on the bottom row and an egg using 1 LED in the first 3 rows.
  • The top-left button moves the basket to the left and the top-right button moves the basket to the right
  • The bottom-left button resets the game

image

Future development

  • True random number generation using LFSR with ADC value as seed
  • Sound effects using the buzzer

Made with lots of ⏱️, 📚 and ☕ by InputBlackBoxOutput

About

Implementation of the Catch-The-Egg game on a FPGA

Resources

License

Stars

Watchers

Forks