An AI/ Reinforcement Learning agent that learns and plays the game minesweeper Flags
#TO-DOs:
- Uniformly distributed board
- API's for both AI's/players access the situation
- A brute force algorithm that can see the flags/mines before had which plays sub optimally
- Reinforcement based learning model that can learn the game
- Neural network based learning algorithm <--- Add more things here ?