Bots to add * Simple bot --> Just flags and reveals tiles based on how many tiles are already flagged or revealed near it. * Smart bot --> Can recognize different situations and will take it's **best** guess when it has to * Random bot Updates * Added **SimpleBot**. Just flags tiles and reveal them if it can. No special rules * Added **IntermediateBot**. Recognizes two patterns and uses all rules from simple bot too * New idea for **SuperiorBot** --> uses probability * New idea for **NoFlagBot** --> Will not flag any tiles and attempt to finish
Bots to add
Updates