summaryrefslogtreecommitdiff
path: root/board/board.py
AgeCommit message (Collapse)Author
2024-02-05Addin käyttöohje.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-03Adding tests to whole app.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-03Implementing use of readymade board at board.py.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-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 and docstringing board/board.pyAineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Implementing tile flagging.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Refactoring free area collection to use neigbours function.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Refactoring neighbour finding code and making sanitychecks for board size.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-12Trying to fix the 1x1 uncover bug. Adding instructions to readme.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-12Making checks that area about to be uncovered is not uncovered already.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-12Fixing bug where 1x1 wont uncover.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-11Hacking it up to be playable...Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-11Adding initial version of Board class.Aineopintojen-harjoitustyo-Algoritmit-j