Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exemplary 2D game engine

Is anyone here able to point me to a simple and well designed C++ 2D open source game engine? The genre is less important, I wish to learn by example. I wouldn't want anything particularly complex as I'm interested in learning general concepts, rather than getting into the nitty-gritty of the engine implementation.

like image 826
Paul Manta Avatar asked Apr 02 '11 18:04

Paul Manta


Video Answer


1 Answers

If I were you I'd look into ClanLib - it is open source, cross platform, and the source packages contain 50 or so easy-to-follow examples, from simple image rendering, to a fully working server-client dice wars implementation.

And if you're eager to get started it's easy to set up with Visual Express, so you can play with in in no time.

Also: here are some others if you want to give them a try.

like image 160
nietaki Avatar answered Sep 22 '22 22:09

nietaki