summaryrefslogtreecommitdiff
path: root/constants.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06cell generation improvedHEADmasterdaniel-Jones1-1/+2
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/+1
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-02constants file wasn't added last commitdaniel-Jones1-0/+7