An open API service indexing awesome lists of open source software.

https://github.com/daochenzha/2048

2048 game on FPGA development board
https://github.com/daochenzha/2048

Last synced: 4 months ago
JSON representation

2048 game on FPGA development board

Awesome Lists containing this project

README

          

# 2048 game on FPGA
## Intro

This VHDL script implements 2048 game on FPGA development board. I design it when conducting EDA course projects. Just for fun! See the photo at the end of the file.

## Required hardwares/softwares

FPGA development board

LCD module (This script is specially designed for FYD12864-0402B)

Altera Quartus II

## Files

2048.vhd is the VHDL script while numbers.hex is a hex file in which data of numbers (e.g. 2, 4, 8) are stored.

![image](https://github.com/daochenzha/2048/blob/master/photo.JPG)