Main Content

Dear friends welcome to another Arduino tutorial! In this detailed tutorial we are going to build an Arduino Tic Tac Toe game. As you can see, we are using a touch screen and we are playing against the computer. A simple game like Tic Tac Toe is is a great introduction to game programming and Artificial Intelligence. Even though we won’t be using any Artificial Intelligence Algorithms in this game, we will understand why Artificial Intelligence Algorithms are required in more complex games. Developing games for Arduino is not easy and requires a lot of time. But we can build some simple games for Arduino because it is fun and it will allow us to explore some more advanced programming topics, like Artificial intelligence. It is a great learning experience and at the end you will have a nice game for the kids! Let’s now build this project.”

Link to article