|
|
|
|
|
by bl0cky
4615 days ago
|
|
When dealing with games you will most likely want great responsiveness and performance.
to trigger both of these you will want to go to the lowest possible level, this can give absolute control over what happens in your game- (mostly for the graphics and the logic engine - A.Is and such).
you will also probably want better control over the memory usage, which (mostly) can be just easier in low level which c / c++ offers. |
|