vineetjc / pygame-Coin-Fall-

Collect as many coins from the coin fall in 30 seconds. Avoid the bombs! Made using pygame.
MIT License
6 stars 15 forks source link

New: Input package. Cleanup: main.py, cart.py #45

Closed amrit-choudhary closed 5 years ago

amrit-choudhary commented 5 years ago

Added a new input package, which is easier to use than using the default pygame input system. You can use WASD or arrow keys to move.

amrit-choudhary commented 5 years ago

made all of the project pep8 compliant. Only 'line too long' errors remain at some place. Which a lot of developers ignore. https://code.djangoproject.com/ticket/23395

vineetjc commented 5 years ago

Majority of the changes are awesome.

I think in some places, scroll mouse is still happening, so I guess I'll just expect that in the next PR

amrit-choudhary commented 5 years ago

Majority of the changes are awesome.

I think in some places, scroll mouse is still happening, so I guess I'll just expect that in the next PR

please report if you find the scroll bug somewhere.