Touchscreen Tic-Tac-Toe Game Design based on Mbed Simulator
This project presents a touch-screen Tic-Tac-Toe game. Users can play with the computer, but it would be difficult (although still possible) for the user to win. If the user can win in one future move, the computer player will block that move. Otherwise, the computer player will implement DFS algorithm to search through all future moves and calculate the possiblity of winning for each move. Then it will make a move that would be most likely to win.
Due to the pandemic, this project was conducted online in mbed simulator. However, this website will end service by December 2022, so this project may not be directly repliated. The source code of this project is available here.