game engine

hi guys i want to have some experience as a c++ programming beginner.

so i thought about trying to create my own 2D game or engine or both for gaining experience. i would love to have some advices before starting.

i have made some researches so i think i will use SDL(people says it is easy) and i will try to make a simple game engine.

i m looking forward to your advices thx in advance
Last edited on
closed account (N36fSL3A)
SDL or SFML. Don't go for Allegro.

The graphics part of games is relatively easy, you usually do it once and it's done. The hard part is logic, and making an efficient engine. You might have to rewrite things though.
Topic archived. No new replies allowed.