HN user

bl0cky

1 karma

Just a regular linux user ;) Android / iOS Developer in my non-free time.

Posts0
Comments2
View on HN
No posts found.

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.