Sorry about the lack of updates.
As a learning exercise I got a college project I did some years ago with Dev-Cpp and OpenGL and I'm porting it to Qt, then later I will port it to QML.
If anyone is interested here's my old code, free to use.
Yesterday I mostly tried to do an image for the board, the game is Othello, a board game.
I choose this because it's rather simple to implement an IA.
For the IA I had used at the time Minimax from Game Theory and with this port I will try to make some adjustments to it.
Here's a screenshot of the new board:
Edit: Ow, some parts of the code may be in portuguese, I can't remember and the game itself is in portuguese.
As a learning exercise I got a college project I did some years ago with Dev-Cpp and OpenGL and I'm porting it to Qt, then later I will port it to QML.
If anyone is interested here's my old code, free to use.
Yesterday I mostly tried to do an image for the board, the game is Othello, a board game.
I choose this because it's rather simple to implement an IA.
For the IA I had used at the time Minimax from Game Theory and with this port I will try to make some adjustments to it.
Here's a screenshot of the new board:

Edit: Ow, some parts of the code may be in portuguese, I can't remember and the game itself is in portuguese.