Hacker News new | ask | show | jobs
by speeder 4287 days ago
Why is that? Unless you mean port from C90 to C99 or the most recent C...

That game is perfect for C, why on earth port it to something that is not just better or more modern C?

1 comments

Because C isn't web-scale.
The game renderer is also too coupled to the game backend. They should be separate pieces which only communicate via a RESTful API. Except the first frame should be rendered server-side to save time.