summaryrefslogtreecommitdiff
path: root/cell.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06cell generation improvedHEADmasterdaniel-Jones1-0/+5
added conversions for 1d->2d mapping. auto-reveals all cells now. generates random mines.
2018-09-05replaced qlist with std::vector, basic cell revealingdaniel-Jones1-0/+5
The revealing is bound to change, it isn't very nice. I also iterate over every cell to find the right gridx/y. This is inefficient, I need to map them somehow.
2018-09-04added BUGS file, created and placed cellsdaniel-Jones1-0/+5
However, the cells will soon use std::vector instead of a qt list.
2018-09-02initial cell flag system setupdaniel-Jones1-0/+23
2018-09-02first commit, early classes designeddaniel-Jones1-0/+18