Closed Pabloo22 closed 3 years ago
can you squash multiple commits in one? @Pabloo22
I was trying to do that but I don't know how to use git, so it would take me a while to learn how to do that. I have deleted this repository and I will create another pull request with only 1 commit.
I was trying to do that but I don't know how to use git, so it would take me a while to learn how to do that. I have deleted this repository and I will create another pull request with only 1 commit.
You can delete this branch
The purpose of this changes is to have a more appropiate and tidy environment to develop new AI agents.
New files
New feautures:
In ConnectGame:
New methods:
In GameBoard:
The changes made in this class have two objectives. The first one is to improve efficient (very useful for the future AI agents). The second one is to be able to know which squares verified that if a player had a piece in a given coordinate he would win (win squares). This will be very useful for future AI agents that calculate the heuristic of a board .
New attributes
Methods changed
New methods