A simple game often played in school lessons. The goal of the game is to place the ball in the opponent's goal, moving it around adjacent squares and bouncing off the track.
The game has a game mode of playing with a bot or offline with second player.
The bot is currently playing with the A* algorithm, Min-Max algorithm is currently in progress of implementation.
The application was written in Python 3.6.5 using the pygame library