jpenolio75 / tron_on_vga

An implementation of the popular Tron arcade game on the Altera DE2-115 board for UNLV CpE 302 Synthesis and Verification Using Programmable Devices final.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tron_on_vga

An implementation of the popular Tron arcade game on the Altera DE2-115 FPGA and displayed onto a VGA monitor.

Overview

Tron: Light Cycles is a game with 2 players as light cycles. The players draw a trail behind themselves as they travel across the screen. When one player runs into a trail or into a wall, the game is over. The two players will be controlled using NES (Nintendo Entertainment System) controllers and the output will be displayed on a 640x480 VGA monitor. Game logic and mechanics are coded in SystemVerilog; Intel Quartus is used to simulate and synthesize the code.

Components

Software:

Hardware:

About

An implementation of the popular Tron arcade game on the Altera DE2-115 board for UNLV CpE 302 Synthesis and Verification Using Programmable Devices final.

License:MIT License


Languages

Language:SystemVerilog 100.0%