It's doing to many things apparently. I figure moving the following from it, along with what in Games into classes that handle:
Display
Audio
Interactive control
Remote control
Record
Config and CLI
and plug them together using multiple-inheritance/mix-in.
It's doing to many things apparently. I figure moving the following from it, along with what in Games into classes that handle:
* Display
* Audio
* Interactive control
* Remote control
* Record
* Config and CLI
and plug them together using multiple-inheritance/mix-in.
McSinyx
added this to the 1.0 milestone 2 years ago
It's doing to many things apparently. I figure moving the following from it, along with what in Games into classes that handle:
and plug them together using multiple-inheritance/mix-in.