cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
game engine
game engine
Aug 11, 2013 at 6:05pm UTC
Ceset
(371)
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
Aug 11, 2013 at 6:06pm UTC
Aug 11, 2013 at 6:12pm UTC
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.