summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06cell generation improvedHEADmasterdaniel-Jones6-13/+51
added conversions for 1d->2d mapping. auto-reveals all cells now. generates random mines.
2018-09-05replaced qlist with std::vector, basic cell revealingdaniel-Jones6-11/+44
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-Jones6-18/+41
However, the cells will soon use std::vector instead of a qt list.
2018-09-02constants file wasn't added last commitdaniel-Jones2-0/+33
2018-09-02added constants files, moved around some classes, beginning of drawing ↵daniel-Jones7-53/+131
functions etc
2018-09-02initial cell flag system setupdaniel-Jones6-5/+48
2018-09-02first commit, early classes designeddaniel-Jones11-0/+700