Making A C++ Game

Posted by user1758938 on Game Development See other posts from Game Development or by user1758938
Published on 2012-10-27T10:23:50Z Indexed on 2012/10/27 11:24 UTC
Read the original article Hit count: 729

I'm gonna make a game and I think C++ would be perfect for it. I think I'm gonna use SDL and OpenGL but I need help with making the code manageable.

These were my ideas:
1. Making A DLL File With Commands Such A CreateScreen(640, 480); Which Binds SDL And OpenGL Commands For A Manageable Setup
2. Making It Harder To Mod (Like UnCompiling My Code) Like Encrypting Save Files That Only My Program Can Read

Any Suggestions?

© Game Development or respective owner

Related posts about c++

Related posts about game-design