thealphadollar / brkout

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

Added: Input package, Changed: Keyboard input in all menus and for striker #63

Closed amrit-choudhary closed 5 years ago

amrit-choudhary commented 5 years ago

Changes: Wrote and added an input package, which is better than the previous system. It's highly flexible and easy to use. Modified previous menu navigation to work with new system. Changed the striker too. Temporarily removed joystick support, will add it to the input package for better modularity.