Hacker News new | ask | show | jobs
by purrcat259 3265 days ago
Factorio is a good example of a test driven developed game:

https://www.factorio.com/blog/post/fff-186

2 comments

factorio doesn't really qualify as coming from AAA gaming industry. and factorio devs are on another level.
Yes, I agree. I forgot the AAA part after reading several comments before I posted mine.
Is that TDD? Looks like automated tests run after each commit.
I agree; automated integration tests. Still incredibly useful (per the devs), and not quite the industry standard.