thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

added joystick control #36

Closed prashantramnani closed 5 years ago

prashantramnani commented 5 years ago

Joystick support was added using the basic pygame functions. It is only working for one of the controllers I have. The other controller wasn't working in any pygame which support joystick motion. Probably the pygame module supports standard gamepads. And for the joystick to work its has to be plugged in before launching the game.

thealphadollar commented 5 years ago

Have you tested this?

prashantramnani commented 5 years ago

Yes it was working for me. Is it not working?

thealphadollar commented 5 years ago

I meant to ask how did you test the code you added?

On Sat 8 Dec, 2018, 00:07 prashantramnani <notifications@github.com wrote:

Yes it was working for me. Is it not working?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/thealphadollar/brkout/pull/36#issuecomment-445325011, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIPZ4eHdGWHakGJ6c2G2uhOaWprokks5u2rVrgaJpZM4ZH2NF .

prashantramnani commented 5 years ago

By playing the game with the joystick. Is there any other way to test it?