A downloadable tool

In development game engine I'm making with C++ and SDL 2.

Why? 

The only reason is because I want to, I want to learn how, and I want to surpass myself.

What I want to do?

Just a game engine (not an IDE) which can manage the basics of a game engine: image rendering, physics, music, input  and maybe scripting.

How it is going?

Little by little. At the moment you could use the game engine for:

  • Set up SDL 2 easily in your game
  • Rendering images

Can I download the code and modify it?

I'm not trying to sell this game engine or anything like that, so you can download it, modify it, give me advice or just laugh at it ;).

Download

Download
GameEngine.zip 4 kB

Comments

Log in with itch.io to leave a comment.

(+1)

I'm trying to make a game engine with SDL2 at the moment as well, I'm at around about the same stage as you. You're doing good so far, If you want a bit of extra help In seeing how It's all set up, look at the Postal Source Code (It uses SDL2 as well). It's not on the RWS website anymore because the dev's abandoned the open source project but It shouldn't be too hard to find on Github.