[C++] is this possible?

Newbie Spellweaver
Joined
Apr 11, 2008
Messages
61
Reaction score
1
I'm not sure if this is right section but someone was telling me that you did not need an engine to make a game but how is that possible you need your cores...

System core
sound core
input/output core
graphics core

am I right? I thought you needed those cores inorder to make a game. The person I asked said I did not require any of those in some cases but I think he was lieing what do you guys think.
 
Well, you need to handle input / output...up to you how you will handle them. There is not one way of doing this. You can build one class with everything in it, or like 100 classes with a lot of inheritance to handle it...
 
Back