基于FPGA的五子棋设计
立即下载
资源介绍:
基于FPGA的五子棋设计,Verilog编写。
VGA显示;
PS/2键盘控制;
到手即可运行,内含源码和说明文档,quartus和vivado平台均可运行。
quartus占用资源约7000,vivado占用资源3000多,普通板子即可运行。
# Verilog-Gobang-Game-with-AI
This is my project for the course "Logic and Computer Design Fundamentals"
It is a gobang game for one or two players which can be played using the Kintex-7 FPGA Board, a VGA monitor and a PS/2 keyboard. The players can play with each other or play with AI or watch the game between two AI. A greedy strategy is used to implement the AI of the game.