summaryrefslogtreecommitdiff
path: root/tests/test_board.py
AgeCommit message (Expand)Author
2024-02-03Making tests for readymade board.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-30Renaming bombs to mines.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-30Adding level-info on statusline.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-25Sorting out import situation and making enum names for tiles for readability.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-25Implements levels to BoardAineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Disabling some pylint messages for needed private access in tests.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Making Board class variables "private".Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Making board compatible with non square playing areas like expert 30x16.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Adding BadBot for hinting.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-14Making it possible to flag bombs and safe areas directly.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-14Moving things around and adding fouth flag option for bot suggestions.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-14Moving game logic to game/game.py.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Adding tests for rest of board/board.py and removing duplicate code.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Linting rest of the files and adding pylint to GHA.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-11Adding initial version of Board class.Aineopintojen-harjoitustyo-Algoritmit-j