In this repo is implemented a simple game and it's player. This game is composed by a car represented with the symbol # and a coin represented with the symbol *. In the board the car has to reach the coin to win the game.
The board is generated automatically from the game engine, implemented in the file
To win the game the player has to move the car in order to reach the coin. The car can move only in four directions: up, right, down, left. This possible moves are implemented in the file
In the file
In order to execute the game and the player use the following command:
$ python main.py [board dimension]