summaryrefslogtreecommitdiff
path: root/src/main/game/game.c
AgeCommit message (Expand)Author
2025-05-22Change colorsAlessandro Iezzi
2025-05-22Remove the rendiring process of the linesAlessandro Iezzi
2025-05-22Remove the rendering of circles from the EngineAlessandro Iezzi
2025-05-22Refactoring to make UI multi-instanceAlessandro Iezzi
2025-05-22Add a draft of restarting the gameAlessandro Iezzi
2025-05-22Add the color for draftAlessandro Iezzi
2025-05-22Add some default backgroundAlessandro Iezzi
2025-05-22Change color of the background on winningAlessandro Iezzi
2025-05-22Rename engine_init in engine_newAlessandro Iezzi
2025-05-22Add the logic to check the winnerAlessandro Iezzi
2025-05-22Add logic to set the sign inside the cellAlessandro Iezzi
2025-05-22Remove parameters x, y from draw_field functionAlessandro 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-22Clean the codeAlessandro Iezzi
2025-05-22Change the logic on drawing signsAlessandro Iezzi
2025-05-21Add the logic for the Cell if filledAlessandro Iezzi
2025-05-21Add the logic with Cell to check the click coordinatesAlessandro Iezzi
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