Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

meterglost/HCMUT-CO1025-LogicDesignHDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTL-ThietKeLuanLyHDL

Implement Tic-Tac-Toe game with Verilog on FPGA

Requirement

Description

  • tic_tac_toe.v is the main module link to other modules
  • For each move, check_move.v will check if that is a valid move (on its turn & no one has moved in), else player has to rollback to previous move before continue
  • After a valid move, check_state.v will check if anyone win or draw if all the blocks are moved in, else the game continue

About

Implement Tic-Tac-Toe game on FPGA with Verilog

Topics

Resources

License

Stars

Watchers

Forks