Skip to content

swanjeng/Tic-Tac-Toe_Game_on_Arduino_Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This program is capable with all Arduino / ESP32 / RP2040 / STM32 boards.

The program uses a simple algorithm which I learned from some Python book.

  1. Check if the AI can win in one move.
  2. Check if the player can win in one move.
  3. Choose an empty corner.
  4. Choose an empty side.
  5. Choose the center.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages