summaryrefslogtreecommitdiff
path: root/src/main/game/game.h
AgeCommit message (Collapse)Author
2025-05-22Add some default backgroundAlessandro Iezzi
2025-05-22Change color of the background on winningAlessandro Iezzi
2025-05-22Add the logic to check the winnerAlessandro Iezzi
2025-05-22Move the 'moves' attribute inside the TrisGame structAlessandro Iezzi
2025-05-22Move the next sign attribute inside TrisGame structAlessandro Iezzi
2025-05-21Add the Cell structAlessandro Iezzi
2025-05-21Add a Cell list inside the TrisGame structAlessandro 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