In order to make the initial load not so displeasing,Alpha-Beta pruningtechnique was implemented with the MiniMax algorithm. Instead of checking for a winner like before, it checks for the scores that are given from the children tree and decides whether or not it needs to check other trees....