Tic Tac Toe work in progress

Hi, here is my first Panda 3d project I’m working on. Currently i’m debugging the mouse clicks. Later I’ll add some animations as well as option for bigger boards (code is made on variables, so It will be easy to implement them :slight_smile: I want to thank for this forum members, so I was able to finish many things so far.

https://youtu.be/2LrE_CBzmc0?si=TqozXMjGUKc-vrj9

4 Likes

It’s already looking good! Well done! :slight_smile:

1 Like

Update:

  • fixed clicks
  • added detection for ‘draw’
  • option to select 3x3 or 4x4 board
  • reseting the board after player won or draw
1 Like

Update:

  • Player can play with computer now (Random moves + Minimax)
  • Minimax is not perfect for 3x3 board, but I call it done for now

When I got some time I’ll try to make it work on mobile device with Android.
I will try to share the game soon.

3 Likes