How to Make a Tic Tac Toe Using a TFT Touchscreen

In this project, I will show you how to make a Tic Tac Toe with a TFT Touchscreen.

This code displays a Tic Tac Toe on your TFT screen. This game can be played using the tactility of your screen.

The first screen displays the title and some explanations about the game. The second screen is the “playing board” : it’s here that you can place your pads.

There are two type of pads : red and blue pads (because this game can be played only with two people). If someone win, a message will be display (“Victory, Player 1/2 win !”) and the game starts again. If nobody win, another message will be displayed, saying : “No winner.”.

Read more…

Leave a Comment