mws262 / qwop-controls

0 stars 0 forks source link

Generic commands #38

Closed mws262 closed 5 years ago

mws262 commented 5 years ago

Introduced a generic command which is accepted by game implementations. For example a QWOP command could be a Command<boolean[]>. Some places do not yet use the most broad version possible. The next step would be a more generic state also.

A side effect is that only 9 commands are ever created for QWOP. Gone are the days of many new boolean[] {false, false, false, false}.