(This is my first post on these boards so I hope I will make it right)
I want to make a simple pool game. I don't want any fancy effects or shadows. My two big problems are the graphics and the physics.
I am a beginner in c++ projects but I know the language because I have courses at school . My level is ...I understand OOP and I can make some basic classes. Also I worked with graphics.h for a while ( I know it's old and doesn't make very much).
Now for starting this game I want to choose a game engine and I don't know what to choose.Or I can work with a physics engine( because doing it myself will take a long time ) and an graphics engine.
Question :
I am using Code::Blocks and I want to know what would you recommend for a beginner to make a simple 2D pool game ?