summaryrefslogtreecommitdiff
path: root/src/main/game
AgeCommit message (Collapse)Author
2025-05-21Move a declarationAlessandro Iezzi
2025-05-21Remove util.* for the liblogAlessandro Iezzi
2025-05-21Add logic to get the game in mouse button pressed eventAlessandro Iezzi
2025-05-21Add the Cell structAlessandro Iezzi
2025-05-21Add a Cell list inside the TrisGame structAlessandro Iezzi
2025-05-21Change the value of the signsAlessandro Iezzi
2025-05-21Add logic to draw sign and circleAlessandro Iezzi
2025-05-21Rename a functionAlessandro Iezzi
2025-05-21Add the logic to draw circles inside the fieldAlessandro Iezzi
2025-05-20Add logic to get mouse positionAlessandro Iezzi
2025-05-20Add logic to get coordinates of the mouse button clickAlessandro Iezzi
2025-05-20Move all logic inside the gameAlessandro Iezzi
2025-05-20Remove the transformation from pixel to OpenGL coordinatesAlessandro Iezzi
2025-05-18Move the game engine inside a dedicated directoryAlessandro Iezzi