Skip to content

Panmani/Flappy-Bird-on-FPGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird verilog implementation

  • This project implements Flappy Bird using Verilog. The project can be used on FPGA.
  • Implementation is in FA.v
  • What is Flappy Bird?

How to play?

  • The red square is the bird that can be controlled by "KEY[1]". Each time you press, the bird will flap once. You can also press and hold "KEY[1]" to make the bird continuously flap.
  • Flap between the pipes and collect the coins, which are represented by the yellow squares.
  • The number of coins collected is shown on "HEX0" and "HEX1" (hexadecimal).
  • Avoid crashing into the pipes or falling onto the ground! Otherwise, you will lose and "LEDR[0]" will light up.
  • Press "KEY[0]" to reset the game.

Gameplay (2 sessions)

IMAGE ALT TEXT

How to Compile Verilog code in Quartus Prime 16.0?

IMAGE ALT TEXT

Exploring the blocks used on the FPGA chip

IMAGE ALT TEXT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published