summaryrefslogtreecommitdiff
path: root/qtminesweeper.h
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06cell generation improvedHEADmasterdaniel-Jones1-0/+3
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-1/+4
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-1/+1
However, the cells will soon use std::vector instead of a qt list.
2018-09-02added constants files, moved around some classes, beginning of drawing ↵daniel-Jones1-2/+16
functions etc
2018-09-02first commit, early classes designeddaniel-Jones1-0/+44