|
|
|
|
|
by TOGoS
1090 days ago
|
|
The Factorio team is pretty chill about stuff, generally, which is why they make the game so moddable in the first place. The only time I remember them having to take any legal action was to deal with someone reselling stolen keys or something. It's understood that anything cool the community does is good for Factorio. > i would absolutely love to see the original source code for As someone who's seen the source code, I'd say it's relatively good code, but nothing particularly amazing. C++ with multiple inheritance, game objects doing method calls to each other in multiple phases, and a good dose of "maybe not the best way to do this but it works and we're not changing it now" code. What keeps it all running as well as it does is a comprehensive set of automated tests, and Rseding getting on your case any time you make a PR with less-than-optimal code. The interesting bits are the algorithms, which are covered by the Friday Facts. |
|
"Let's game it out enters the chat"
Really though super cool to hear a perspective from someone with inside knowledge!