What's SnailBoard
The game is such that you and your rival are randomly placed in one of the game cells. Then you have to collect points. and the winner is the one who has the most points.
- one points in the numeric table are 1
- two points in the numeric table are 2
- five points in the numeric table are 5
- The empty cells in the table are 0
- The wall that you can't pass through is -1
- bombs that if you get them you can't move for 5 cycle.
You have to read inforamtions from input.txt file. then print the outputs.