thealphadollar / brkout

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

Add support for joystick #23

Closed thealphadollar closed 5 years ago

thealphadollar commented 6 years ago

Add support for joystick for the movement in game.

prashantramnani commented 5 years ago

As a part of kwoc, I would like to work on this issue.

thealphadollar commented 5 years ago

Assigned to @prashantramnani

prashantramnani commented 5 years ago

relative import has been used in the scripts. Can I change them to absolute?relative isn't working for me.

thealphadollar commented 5 years ago

I would suggest making the code such that it works in both ways.

That is, use try and except and if relative import gives an error, use absolute import.

prashantramnani commented 5 years ago

Shall I create an issue for that?

thealphadollar commented 5 years ago

Sure, go ahead.

On Fri 7 Dec, 2018, 17:18 prashantramnani <notifications@github.com wrote:

Shall I create an issue for that?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/thealphadollar/brkout/issues/23#issuecomment-445209304, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIDIQeNPohGjUoqzCnX_aTJvf4jD5ks5u2lWNgaJpZM4RJbzT .

thealphadollar commented 5 years ago

fixed via #37