davethomas11 / V_Is_For_Vince

1 stars 0 forks source link

Add a controller to Vince #6

Closed Tsmith18256 closed 7 years ago

Tsmith18256 commented 7 years ago

Gotta be able to move Vince around. For now, we can probably just tap the input directly to Vince. Once I have done the TypeScript refactor and extracted the game engine to it's own folder, I can add an input service to the engine that abstracts the keyboard input from the Vince class and I'll add a Controllable interface or something that sends the results of that input down to Vince.

davethomas11 commented 7 years ago

Feature developed in https://github.com/davethomas11/V_Is_For_Vince/pull/16