aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/minesweeper.py (follow)
Commit message (Expand)AuthorAgeLines
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-285/+0
* Fix incorrect merge conflict resolutions, lint remaining itemsGravatar S. Co12019-09-11-4/+4
* Merge branch 'master' into flake8-annotationsGravatar S. Co12019-09-11-5/+5
|\
| * Fix misconfigured flake8 so docstrings are properly lintedGravatar S. Co12019-09-05-9/+9
* | Initial linting passGravatar S. Co12019-09-09-4/+4
|/
* changed board revealing at end of games.Gravatar vivax37942019-08-24-3/+12
* fixed import order.Gravatar vivax37942019-08-21-1/+1
* making sure a game is always has a way to win no matter how hard it is.Gravatar vivax37942019-08-21-1/+5
* fixed coordinate bug. (#256)Gravatar scragly2019-08-19-1/+7
|\
| * added suggestion.Gravatar vivax37942019-08-14-4/+6
| * Revert "changed flag emoji to stay under max message lenght"Gravatar vivax37942019-08-14-1/+1
| * changed flag emoji to stay under max message lenghtGravatar vivax37942019-08-14-1/+1
| * fixed coordinate bug.Gravatar vivax37942019-08-14-1/+5
* | changed flag again.Gravatar vivax37942019-08-16-1/+1
* | changed flag emoji to stay under max message lenghtGravatar vivax37942019-08-14-1/+1
|/
* added header to message. so the board looks correct on compact mode.Gravatar vivax37942019-08-14-4/+4
* Apply suggestions from code reviewGravatar vivax37942019-08-14-3/+3
* Apply suggestions from code reviewGravatar vivax37942019-08-13-1/+1
* Merge remote-tracking branch 'origin/minesweeper' into minesweeperGravatar vivax37942019-08-13-7/+7
|\
| * Apply suggestions from code reviewGravatar vivax37942019-08-13-8/+8
* | changed after suggestions.Gravatar vivax37942019-08-13-34/+59
|/
* changed from using `format_discord` to use the content of the last message.Gravatar vivax37942019-08-13-1/+1
* Merge remote-tracking branch 'origin/minesweeper' into minesweeperGravatar vivax37942019-08-13-7/+7
|\
| * Apply suggestions from code reviewGravatar vivax37942019-08-13-10/+10
* | change after suggestions.Gravatar vivax37942019-08-13-30/+38
|/
* fixed commit issue.Gravatar vivax37942019-08-13-103/+128
* Merge remote-tracking branch 'origin/minesweeper' into minesweeperGravatar vivax37942019-08-13-128/+103
|\
| * Apply suggestions from code reviewGravatar vivax37942019-08-13-4/+4
* | change after suggestions.Gravatar vivax37942019-08-13-110/+131
|/
* fixed bugs and turned get_cords into a converterGravatar vivax37942019-08-10-19/+34
* changed thing after requests.Gravatar vivax37942019-08-10-63/+64
* fixed a small bugGravatar vivax37942019-08-10-7/+5
* changed .flag and .reveal to be abel to run multiple cords at onceGravatar vivax37942019-08-10-18/+23
* fixed bug in get_cordsGravatar vivax37942019-08-10-1/+1
* removed debugging messageGravatar vivax37942019-08-10-1/+0
* fixed winning code againGravatar vivax37942019-08-10-3/+3
* added that you can provide a custom chance for bombsGravatar vivax37942019-08-10-4/+4
* fixed issue with winning detectionGravatar vivax37942019-08-10-2/+8
* added `.end` commandGravatar vivax37942019-08-10-2/+11
* added .reveal and won and lost commandsGravatar vivax37942019-08-10-0/+53
* added `.flag` command and a board reload functionGravatar vivax37942019-08-10-0/+26
* changed format_for_discord, as suggested by Ava,Gravatar vivax37942019-08-09-3/+5
* added extra stuff to `format_for_discord` and also added dm and channel messageGravatar vivax37942019-08-09-4/+16
* added formating for discordGravatar vivax37942019-08-09-4/+34
* add generate_boardGravatar vivax37942019-08-09-1/+25
* added logic for when a user already have a game runningGravatar vivax37942019-08-09-1/+20
* added minesweeper cogGravatar vivax37942019-08-09-0/+13