Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Tic-tac-toe Game Based on Arduino and HMI

Status
Not open for further replies.

Justinli

Member level 4
Joined
Apr 29, 2021
Messages
76
Helped
0
Reputation
0
Reaction score
2
Trophy points
8
Activity points
413
I think it's fun and not boring to get familiar with a new product by making games, and that's exactly why I did this project.
This project is to use Arduino UNO and Stone TFT LCD display to develop a simple tic-tac-toe game.

Materials required for the experiment

Arduino UNO

Stone STWI070WT-01 TFT LCD display

The system principle

Specify the first tap on the screen must be O, the second tap on the screen is X, has been doing this cycle. Set 8 arrays to store the number of O and X in each row, column and diagonal of each grid, as long as there are three of the same mark is the victory, then there will be a flashing red box to prove the victory of the row, column or diagonal, and then tap reset to start the game again.

Simple connection diagram

arduino connection diagram.jpg

--- Updated ---

GUI design
GUI screenshot.png

--- Updated ---

A demo video of the project will be attached here.
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top