Over the past two months, I have been trying to learn the basics of game programming. So I coded some simple Java games to learn the basics like Tetris, Checkers, and Pac-Man.
Now I want to learn / improve my skills in C, so I have an idea to write these games in C to learn more about memory management, ooo, etc. I've already done basic C programming, but never with graphics, so I donβt know where to start.
What libraries should be used to write simple 2D games in C? GTK +? Cairo libraries? Any tutorials you can recommend? Graphic libraries?
thanks
source
share