Making A C++ Game
- by user1758938
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?