http://www.lemmingsforums.com/index.php?topic=836.msg17251#msg17251">Quote from: ludolpif on 2013-08-16 07:24:54
I will never write code that is bound to 2 players max. I just plan to have a 2-player version that works well before [...]
Always always always always always design for n players, or n whatevers. It's much easier to restrict an n-player system to 2 players than to try to modify a 2-player system to some number greater than 2. And then, down the line, that number to some yet greater number.