Wednesday 2 September 2015

Pokemon AI Game In Python

Following is the link to the AI game which I developed a while back. Feel free to fork/like/share it or leave any comments.
The aim is to simulate the very well-known Pokemon battle between a Pokemon trainer(the computer agent) and the user. Using propositional and monotonic logic along with a combination of minimax tree with forward arc checking of level 2, the computer A.I will automatically calculate the next move which will help it win the battle.
                                           https://github.com/Tejash241/Pokemon-AI-Game