summaryrefslogtreecommitdiff
path: root/src/main/game.c
AgeCommit message (Collapse)Author
2025-05-18Move the game engine inside a dedicated directoryAlessandro Iezzi
2025-05-18Move the process of rendering line from game to engineAlessandro Iezzi
2025-05-17Draw the game fieldAlessandro Iezzi
2025-05-17Add game.c and game.hAlessandro Iezzi
Contains the function to draw the field.