summaryrefslogtreecommitdiff
path: root/src/main/game/cell.h
AgeCommit message (Collapse)Author
2025-05-22Add logic to set the sign inside the cellAlessandro Iezzi
2025-05-22Change the logic on drawing signsAlessandro Iezzi
2025-05-21Add the logic for the Cell if filledAlessandro Iezzi
When the user click on a box, a sign appears and that cell will be set as filled.
2025-05-21Add the Cell structAlessandro Iezzi