FPGA video game

This project was developed by Cornell university students. The idea of this FPGA game is is to catch the delicious BBQ meat balls with the help of a BBQ stick. Game is controlled with USB mouse which is connected to Altera DE2 Board.

FPGA_game.jpg

 

VGA controller supports 640×480 pixel resolution, where each pixel uses 16 bits. So each image block require 256K words of RAM memory. All logical block is designed for Altera Cyclone II EP2C35F672C6 FPGA where only limitation was lack of RAM. Project source files can be downloaded here. Good source for learning FPGA.

Read