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
- Host: GitHub
- URL: https://github.com/daochenzha/2048
- Owner: daochenzha
- Created: 2017-03-14T16:27:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T17:04:33.000Z (over 9 years ago)
- Last Synced: 2025-10-09T13:04:08.919Z (10 months ago)
- Language: VHDL
- Size: 3.56 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
