Tic Tac Toe (also known as noughts and crosses or Xs and Os) is a game for two players where each player takes turns by marking X or O in the spaces provided in a n×n grid where n is positive natural number. The player who succeeds in placing n of their marks in a horizontal, vertical, or diagonal manner is the winner. In this project, I will implement this X and O using Neo Pixel and Push button.

Inspiration

It is virtual game, which does not need any investment of money.

Most of the research nowadays is focused towards problems that deal with complexity or are influenced by some kind of random events. Interesting about these problems is that if they are deterministic, then a solution is expected to exist, at least a theoretical one. These problems are often inspired by games, such as mathematical games (ex. Tic-Tac-Toe, Chess). On the other hand, the point of randomness involved in these problems increases the difficulty of prediction on the possible solution, or in some situation’s outcome. So, the objective of this project is to develop a game which is influenced by some kind of random events.

What it does

We can play game online with our friends. We also get the result automatically. No need to spend money on physical one when you get same game virtual / online free.

How I built it

I used tinkercard platform to build a virtual game using Arduino UNO.

Challenges we ran into

Very hard to connect wires. And building hardware project without having physical one is even harder.

Accomplishments that we're proud of

Happy to create by own virtual game.

What we learned

Arduino Uno and it's component. Also I learned how to integrate different hardware with each other.

What's next for Tic-Tac-Toe

Try to integrate with AI. Also try to make it accessible using a web app. Also a new feature of tournament will be introduced in this hardware game.

Built With

  • arduino
  • neopixel
  • registers
  • screen
  • wires
Share this project:

Updates