Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-22 | Add some default background | ||
2025-05-22 | Change color of the background on winning | ||
2025-05-22 | Add the logic to check the winner | ||
2025-05-22 | Move the 'moves' attribute inside the TrisGame struct | ||
2025-05-22 | Move the next sign attribute inside TrisGame struct | ||
2025-05-21 | Add the Cell struct | ||
2025-05-21 | Add a Cell list inside the TrisGame struct | ||
2025-05-20 | Move all logic inside the game | ||
2025-05-20 | Remove the transformation from pixel to OpenGL coordinates | ||
2025-05-18 | Move the game engine inside a dedicated directory | ||