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 I want to thank for this forum members, so I was able to finish many things so far.
5 Likes
It’s already looking good! Well done!
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
Hi, I managed to upload the project on github. There are still a lot of things to fix (for ex. bad naming conventions for values and functions) I will do that later on.
It requires simplepbr to run. Hope it will work correctly after download!
1 Like