Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-21 | Move a declaration | ||
2025-05-21 | Remove util.* for the liblog | ||
2025-05-21 | Add logic to get the game in mouse button pressed event | ||
2025-05-21 | Add the Cell struct | ||
2025-05-21 | Add a Cell list inside the TrisGame struct | ||
2025-05-21 | Change the value of the signs | ||
2025-05-21 | Add logic to draw sign and circle | ||
2025-05-21 | Rename a function | ||
2025-05-21 | Add the logic to draw circles inside the field | ||
2025-05-20 | Add logic to get mouse position | ||
2025-05-20 | Add logic to get coordinates of the mouse button click | ||
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 | ||